| Crates.io | edres_core |
| lib.rs | edres_core |
| version | 0.7.1 |
| created_at | 2022-10-20 17:33:38.617952+00 |
| updated_at | 2025-02-25 21:50:26.376481+00 |
| description | Internals for the edres crate. |
| homepage | https://github.com/mistodon/edres |
| repository | https://github.com/mistodon/edres |
| max_upload_size | |
| id | 692748 |
| size | 120,713 |
If serde turns your structs into markup files,
then edres turns your markup files into structs.
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.7"
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:
jsontomlyamlSee the docs for examples of how to use this crate.