mentat/tests
Grisha Kruglov bff24c60b7
Add a top-level "syncable" feature. (#782) r=ncalexan
* Add a top-level "syncable" feature.

Tested with:

cargo test --all
cargo test --all --no-default-features
cargo build --manifest-path tools/cli/Cargo.toml --no-default-features
cargo run --manifest-path tools/cli/Cargo.toml --no-default-features debugcli

Co-authored-by: Nick Alexander <nalexander@mozilla.com>

* Add 'syncable' feature to 'db' crate to conditionally derive serialization for Partition*

This is leading up to syncing with partition support.
2018-07-11 16:26:06 -07:00
..
api.rs Add a test for exported symbols. 2017-05-03 15:57:09 -07:00
cache.rs Add 'Binding', a structured value type to return from queries. (#657) r=nalexander 2018-04-24 15:08:38 -07:00
external_test.rs Ergonomics improvements, including a kw macro. (#537) r=emily 2018-02-01 09:27:23 -08:00
pull.rs Part 1: Expand Binding::val() into Binding::{into_*,as_*}. 2018-07-05 16:45:42 -07:00
query.rs Patch it all together: use MentatError at top-level. 2018-06-27 15:05:43 -07:00
tolstoy.rs Add a top-level "syncable" feature. (#782) r=ncalexan 2018-07-11 16:26:06 -07:00
vocabulary.rs Part 1: Expand Binding::val() into Binding::{into_*,as_*}. 2018-07-05 16:45:42 -07:00