3 unstable releases
Uses old Rust 2015
| 0.2.0 | Dec 21, 2015 |
|---|---|
| 0.1.1 | Nov 16, 2015 |
| 0.1.0 | Nov 2, 2015 |
#15 in #maintainer
235KB
3.5K
SLoC
safe_launcher
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 Network Forum |
|---|
Prerequisite
libsodium is a native dependency, and can be installed by following the instructions for Windows or for OS X and Linux.
Build Instructions
safe_launcher 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
~326K SLoC
