Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 679 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 679 Bytes

rstox

Build Status

rstox is a Rust wrapper for toxcore.

You need to have toxcore installed as dependency to use rstox. Follow the install instructions.

To use rstox in your project, add to your Cargo.toml:

[dependencies.rstox]
git = "https://github.com/tox-rs/rstox.git"

and make something - example

Toxcore API documentation

rstox is licensed under GPLv3+