#markup #structs #turns #serde #file #internal #edres

edres_core

Internals for the edres crate

1 unstable release

0.6.0 Oct 20, 2022

#10 in #turns

45 downloads per month
Used in 3 crates (via edres)

CC0 license

105KB
2.5K SLoC

edres

If serde turns your structs into markup files,

then edres turns your markup files into structs.

CI Docs.rs Crates.io codecov

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:

  1. json
  2. toml
  3. yaml

See the docs for examples of how to use this crate.

Dependencies

~5–7.5MB
~132K SLoC