toml_file!() { /* proc-macro */ }Expand description
Creates a validated TomlFile wrapper.
See the examples dir of this library for some usage examples
ยงValidation Rules
- Path must end with
.tomlextension - File must exist at compile time
- Path must be valid Unicode
- Both relative and absolute paths are allowed