]> git.lizzy.rs Git - mt_rudp.git/blob - README.md
Remove debug print
[mt_rudp.git] / README.md
1 # mt_rudp
2
3 A Rust library for the [Minetest](http://minetest.net) RUDP protocol.
4
5 This project is inspired by the equivalent [Go library](https://github.com/anon55555/mt/tree/master/rudp) by anon5 and uses it as reference implementation.
6
7 This library is the first piece in a ecosystem of Rust libraries for building servers, clients and proxies for Minetest.
8
9 ## TODO
10
11 - implement server
12 - implement reliable window
13 - documentation