rak-rs 0.3.2

A fully functional RakNet implementation in pure rust, asynchronously driven.
Documentation
1
2
3
4
5
6
// TODO
pub mod window;

pub struct Controller {
    pub window: window::ReliableWindow,
}