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

safe_nfs

这是预测试版,没有用处,没有值得查看的代码

9 个版本 (5 个破坏性)

使用旧的 Rust 2015

0.6.1 2016年2月25日
0.5.1 2016年2月23日
0.4.0 2015年12月21日
0.3.1 2015年11月16日

#30 in #looking

每月下载 23
用于 2 crate

GPL-3.0 许可证

145KB
2K SLoC

safe_nfs

主要维护者: Krishna Kumar ([email protected])

次要维护者: Spandan Sharma ([email protected])

crate Linux/OS X Windows 覆盖率 问题
Build Status Build status Coverage Status Stories in Ready
API 文档 - master 分支 SAFE 网络系统文档 MaidSafe 网站 SAFE 网络论坛

先决条件

libsodium 是一个本地依赖项,可以通过遵循以下说明进行安装:WindowsOS X 和 Linux.

构建说明

safe_nfs 依赖于 safe_client,它可以有条件地与路由 crate 或用于本地测试的模拟进行接口。

要使用 Mock

cargo build --features "use-mock-routing"
cargo test --features "use-mock-routing"

要与实际路由接口(默认)

cargo build
cargo test

依赖项

~33MB
~372K SLoC