2 unstable releases
0.6.0 | Oct 20, 2022 |
---|---|
0.5.0 | Dec 1, 2020 |
#1174 in Encoding
34 downloads per month
Used in 2 crates
(via glace_macros)
120KB
2.5K
SLoC
edres
If serde
turns your structs into markup files,
then edres
turns your markup files into structs.
Usage
If you want to use this crate in a build.rs
file (as opposed to inside a proc macro), it needs to be added to [build-dependencies]
.
[build-dependencies.edres]
version = "0.6"
features = ["toml"]
By default, edres
is markup-language-agnostic, so include the relevant feature for whatever language your config file is written in. Choices are:
json
toml
yaml
See the docs for examples of how to use this crate.
Dependencies
~5–14MB
~165K SLoC