static-toml 1.3.0

Effortlessly embed TOML files into your Rust code as static data with custom data structures.
Documentation
1
2
3
4
[config]

string = "some string value"

int = 42

array = [1, 2, 3]