firefly-toml
A Rust macro for statically parsing firefly.toml.
Usage
It can be used through firefly-rust by activating firefly-toml crate feature:
Which will add firefly_rust::toml module with the helpers based on the firefly.toml config:
use toml;
some_badge;
Or can be used directly via macro adding everything into the current scope:
some_badge;
License
MIT License. You can do whatever you want with the code in here, modify it, embed into any apps and games. Have fun!
Originally developed by oli-obk and is currently officially maintained by the Firefly Zero core team.