Tox

Travis Build Status Appveyor Build Status Coverage Status Docs Current Crates.io Version Join Gitter

This library is an implementation of toxcore in [Rust] - P2P, distributed, encrypted, easy to use DHT-based network.

Reference

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.

Contributions

... are welcome :smile:. For details, look at CONTRIBUTING.md.

Dependencies

| Name | Version | |----------|-------------| | libsodium | >=1.0.13 |

Building

Fairly simple. You'll need [Rust] >= 1.26.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/

With clippy

To check for clippy warnings (linting), you need nightly Rust with clippy-preview component.

To check: bash cargo clippy --all

To check with tests: bash cargo clippy --all --tests

Goals

Progress

Not listed items are on TODO. If you're interested in them arriving sooner, consider helping :wink:

License

Dual licensed under the MIT or GPLv3+ licenses. You may use this project under the terms of either the MIT License or the GNU General Public License (GPL) Version 3+.

For details, see LICENSE-MIT and LICENSE-GPL.