theangryangel / insim.rs

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

feat: Strongly typing IS_CIM subtype #119

Closed theangryangel closed 8 months ago

theangryangel commented 9 months ago

Similar to #117, IS_CIM has a Mode, SubMode and SubType. So probably should be a an enum housing all 3, and the submode and subtype housed within for type safety.