A client for OrbitDB's REST api that uses Rust's async-std.
The client is a library crate that includes a separate command line interface binary
cargo build --bin cli
./target/debug/cli --help
or install and use just.
RUST_TEST_THREADS=1 cargo test --lib
or
just test