Crate edn_format

source ·

Structs

  • A keyword, as described in EDN data model, is identifier which should “designate itself”.
  • Parser which can yield multiple forms from a single iterator of chars
  • Options you can pass to the EDN parser.
  • A symbol, as described in EDN data model, is an identifier.

Enums

  • An element of context about what the parser was doing when an error was detected.
  • The errors that can be encountered during parsing.
  • An EDN Value.

Functions

  • Emit the given EDN value as a String.
  • Parse EDN from the given input string with default options.
  • Parse EDN from the given input string with the given options.