safe_launcher

Crates.iosafe_launcher
lib.rssafe_launcher
version0.2.0
sourcesrc
created_at2015-11-02 16:08:49.74165
updated_at2015-12-21 12:25:22.629515
descriptionSAFE Launcher library
homepagehttp://maidsafe.net
repositoryhttps://github.com/maidsafe/safe_launcher
max_upload_size
id3352
size331,106
David Irvine (dirvine)

documentation

http://maidsafe.github.io/safe_launcher/latest/

README

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
Build Status Build status Coverage Status Stories in Ready
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
Commit count: 1024

cargo fmt