safe_core 0.23.0

SAFE Core API library
safe_core-0.23.0 doesn't have any documentation.

safe_client_libs

Maintainer: Spandan Sharma (spandan.sharma@maidsafe.net)

Crate Documentation Linux/OS X Windows Issues
Documentation Build Status Build status Stories in Ready
MaidSafe website SAFE Dev Forum SAFE Network Forum

Build Instructions

safe_client_libs can interface conditionally against either the routing crate or a mock used for local testing.

To use it with the Mock:

cargo build --features "use-mock-routing"
cargo test --features "use-mock-routing"

To interface it with actual routing (default):

cargo build
cargo test

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MaidSafe Contributor Agreement (CONTRIBUTOR), shall be dual licensed as above, and you agree to be bound by the terms of the MaidSafe Contributor Agreement.