This crate is designed to be a bunch of tools for interacting with the Steam API.
- Be async-runtime agnostic-ish by at least offering features for popular runtimes.
- Have an easy to use API but still flexible.
- Maybe support
no-std
? Probably not happening.
- Add
steamd
file parser and codegen.- Enum parsing and codegen.
- Class parsing and codgen.
- Support constant values for classes.
- Support default values for class members.
- Trait for getting EMsg enum variant for classes.