Remove 'cli.rs' module, 'cli-utils' feature and 'repl.rs' example

This commit is contained in:
Steve Myers
2020-12-21 18:38:35 -08:00
parent c2b2da7601
commit f74bfdd493
7 changed files with 13 additions and 942 deletions

View File

@@ -191,7 +191,6 @@
//!
//! * `all-keys`: all features for working with bitcoin keys
//! * `async-interface`: async functions in bdk traits
//! * `cli-utils`: utilities for creating a command line interface wallet
//! * `keys-bip39`: [BIP-39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) mnemonic codes for generating deterministic keys
//!
//! ## Internal features
@@ -233,9 +232,6 @@ pub extern crate reqwest;
#[cfg(feature = "key-value-db")]
pub extern crate sled;
#[cfg(feature = "cli-utils")]
pub mod cli;
#[allow(unused_imports)]
#[cfg(test)]
#[macro_use]