safe_nfs

Crates.iosafe_nfs
lib.rssafe_nfs
version0.6.1
sourcesrc
created_at2015-08-28 11:40:54.639941
updated_at2016-02-25 19:26:22.709147
descriptionThis is Pre alpha, and not useful, no code worth looking at.
homepagehttp://maidsafe.net
repositoryhttps://github.com/maidsafe/safe_nfs
max_upload_size
id2940
size225,489
David Irvine (dirvine)

documentation

http://maidsafe.net/safe_nfs/latest

README

safe_nfs

Primary Maintainer: Krishna Kumar (krishna.kumar@maidsafe.net)

Secondary Maintainer: Spandan Sharma (spandan.sharma@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_nfs depends on safe_client which 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: 292

cargo fmt