edres_core

Crates.ioedres_core
lib.rsedres_core
version0.6.0
sourcesrc
created_at2022-10-20 17:33:38.617952
updated_at2022-10-20 17:33:38.617952
descriptionInternals for the edres crate.
homepagehttps://github.com/mistodon/edres
repositoryhttps://github.com/mistodon/edres
max_upload_size
id692748
size110,820
Vi (mistodon)

documentation

README

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.

Commit count: 142

cargo fmt