tehuti 0.22.0

Modular communication system for game development.
Documentation
1
2
3
use std::io::Cursor;

pub type Buffer = Cursor<Vec<u8>>;