7 个版本 (4 个破坏性版本)

使用旧的 Rust 2015

0.6.0 2016 年 2 月 23 日
0.5.0 2016 年 1 月 7 日
0.4.0 2015 年 12 月 21 日
0.3.1 2015 年 11 月 16 日
0.1.0 2015 年 8 月 28 日

#258#dns


safe_launcher 中使用

GPL-3.0 许可证

44KB
477

safe_dns

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

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

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

先决条件

libsodium 是一个原生依赖项,可以通过以下说明进行安装:[Windows](https://github.com/maidsafe/QA/blob/master/Documentation/Install%20libsodium%20for%20Windows.md) 或 [OS X/Linux](https://github.com/maidsafe/QA/blob/master/Documentation/Install%20libsodium%20for%20OS%20X%20or%20Linux.md)。

构建说明

safe_dns 依赖于 safe_client,它可以根据条件与路由包或用于本地测试的模拟接口。

使用模拟

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

与实际路由接口(默认)

cargo build
cargo test

依赖关系

~33MB
~367K SLoC