This library is an implementation of toxcore in [Rust] - P2P, distributed, encrypted, easy to use DHT-based network.
The Tox Reference should be used for implementing toxcore in Rust. [Reference source repository].
If existing documentation appears to not be complete, or is not clear enough, issue / pull request should be filled on the reference repository.
... are welcome :smile:. For details, look at CONTRIBUTING.md.
| Name | Version | |----------|-------------| | libsodium | >=1.0.13 |
Fairly simple. You'll need [Rust] >= 1.21.0 and [libsodium].
When you'll have deps, build debug version with
bash
cargo build
To run tests:
bash
cargo test
To build docs:
bash
cargo doc
They will be located under target/doc/
To build with support for clippy (linting), you need nightly Rust. Usually the latest available version is required.
To build:
bash
cargo build --features "clippy"
To build & test:
bash
cargo test --features "clippy"
Not listed items are on TODO. If you're interested in them arriving sooner, consider helping :wink:
[x] Rust API
It will be a subject to changes, and most likely parts that are currently public will at later point become hidden. That though depends on the needs.
Licensed under GPLv3+. For details, see COPYING.