blob: 6c78232cd2f95cc71de34bb8d27f2a898b5aab76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# mt_rudp
A Rust library for the [Minetest](http://minetest.net) RUDP protocol.
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.
This library is the first piece in a ecosystem of Rust libraries for building servers, clients and proxies for Minetest.
## TODO
- implement server
- implement reliable window
- documentation
|