Crate edn_format
Source - Keyword
- A keyword, as described in EDN data model, is identifier which should
“designate itself”.
- Parser
- Parser which can yield multiple forms from a single iterator of
chars
- ParserErrorWithContext
- ParserOptions
- Options you can pass to the EDN parser.
- Symbol
- A symbol, as described in EDN data model, is an identifier.
- Context
- An element of context about what the parser was doing when an error was detected.
- ParserError
- The errors that can be encountered during parsing.
- Value
- An EDN Value.
- emit_str
- Emit the given EDN value as a String.
- parse_str
- Parse EDN from the given input string with default options.
- parse_str_with_options
- Parse EDN from the given input string with the given options.