mentat/tools/cli/src/mentat_cli
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
..
command_parser.rs Convert tools/cli to failure. 2018-06-20 14:42:30 -07:00
input.rs [cli] Part 3: {load,save}_history as appropriate. 2018-06-22 15:39:29 -07:00
lib.rs [cli] Part 3: {load,save}_history as appropriate. 2018-06-22 15:39:29 -07:00
repl.rs Add a top-level "syncable" feature. (#782) r=ncalexan 2018-07-11 16:26:06 -07:00