4 releases
Uses old Rust 2015
| 0.2.1 | Sep 23, 2015 |
|---|---|
| 0.2.0 | Sep 22, 2015 |
| 0.1.5 | Aug 31, 2015 |
| 0.1.4 | Aug 28, 2015 |
#10 in #maid-safe
200KB
2.5K
SLoC
safe_client
Primary Maintainer: Spandan Sharma (spandan.sharma@maidsafe.net)
Secondary Maintainer: Krishna Kumar (krishna.kumar@maidsafe.net)
| Crate | Linux/OS X | Windows | Coverage | Issues |
|---|---|---|---|---|
![]() |
| API Documentation - master branch | SAFE Network System Documentation | MaidSafe website | Safe Community site |
|---|
###Pre-requisite: libsodium is a native dependency for sodiumxoide. Thus, install sodium by following the instructions here.
For windows:
- Download prebuilt libsodium library
- Extract
libsodium.afor x86/x64 from the corresponding folder in the archive to your local filesystem - Add this local path to
%PATH%. (PATH=%PATH%;<path to extracted libsodium.a dir>)
###Build Instructions:
safe_client 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
Dependencies
~30MB
~327K SLoC
