| Crates.io | safe_dns |
| lib.rs | safe_dns |
| version | 0.6.0 |
| created_at | 2015-08-28 12:20:47.469345+00 |
| updated_at | 2016-02-23 17:03:29.5196+00 |
| description | SAFE DNS API library |
| homepage | http://maidsafe.net |
| repository | https://github.com/maidsafe/safe_dns |
| max_upload_size | |
| id | 2941 |
| size | 128,640 |
Primary Maintainer: Krishna Kumar (krishna.kumar@maidsafe.net)
Secondary Maintainer: Spandan Sharma (spandan.sharma@maidsafe.net)
| Crate | Linux/OS X | Windows | Coverage | Issues |
|---|---|---|---|---|
![]() |
| API Documentation - master branch | SAFE Network System Documentation | MaidSafe website | SAFE Network Forum |
|---|
libsodium is a native dependency, and can be installed by following the instructions for Windows or for OS X and Linux.
safe_dns 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