docs.rs failed to build edres_core-0.6.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
edres_core-0.7.2
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].
[]
= "0.6"
= ["toml"]
By default, edres is markup-language-agnostic, so include the relevant feature for whatever language your config file is written in. Choices are:
jsontomlyaml
See the docs for examples of how to use this crate.