Crate edres_core
Source pub use crate::options::*;
- codegen
- The purpose of this module is to convert generic
Values
to Rust structs and enums. - options
- This module contains the structs for configuring the behaviour of the public APIs.
- parsing
- This module contains all of the utilities for parsing markup
files.
- value
- Contains the
Value type - a markup-agnostic generic value.
- Error
- An error type for errors while generating config struct modules.
- Format
- Represents an input markup format for a config file.