insim 4.1.0

LiveForSpeed Insim implementation that focuses on ergonomics and strong typing
1
2
3
4
5
pub(crate) mod framed;
pub(crate) mod udp;

pub use framed::{AsyncReadWrite, Framed};
pub use udp::UdpStream;