insim 4.1.0

LiveForSpeed Insim implementation that focuses on ergonomics and strong typing
1
2
/// A `Result` alias where the `Err` case is `insim::Error`.
pub type Result<T> = std::result::Result<T, crate::error::Error>;