/insim.rs

:warning: This is a toy/learning exercise for me. It is not production worthy.

Primary LanguageRustMIT LicenseMIT

insim.rs

Live For Speed racing simulator Insim (protocol) codec, lower level transport, higher level client and associated utilities implemented in pure Rust.

For the foreseeable future only TCP is supported for simplicity and time.

⚠️ The high level API is not yet 100% stable at this time. Use at your own risk.

Documentation

Until we're released please run cargo doc --no-deps --open

Examples

  • High level "framework" api: cargo run --example relay
  • Low level "transport" api: cargo run --example transport

TODO

  • git grep '\(TODO\|FIXME\)'