theangryangel / insim.rs

Crates for working with the Live For Speed Racing Simulator
MIT License
5 stars 1 forks source link

Add feature flags for various Insim versions #130

Open theangryangel opened 5 months ago

theangryangel commented 5 months ago

Similar to how the k8s_openapi crate works, since Insim has historically been additive in its packet definitions, it seems reasonable to bend feature flags to our will.

This is a holding issue for that work.