#safe #alpha #looking #worth #networking #documentation #issue

safe_nfs

This is Pre alpha, and not useful, no code worth looking at

9 releases (5 breaking)

Uses old Rust 2015

0.6.1 Feb 25, 2016
0.5.1 Feb 23, 2016
0.4.0 Dec 21, 2015
0.3.1 Nov 16, 2015

#29 in #looking

Download history 4/week @ 2024-02-25 115/week @ 2024-03-31

115 downloads per month
Used in 2 crates

GPL-3.0 license

145KB
2K SLoC

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

Dependencies

~33MB
~369K SLoC