Crate edn_format[][src]

Structs

A keyword, as described in EDN data model, is identifier which should “designate itself”.

Options you can pass to the EDN parser.

Struct holding a row position and a column position.

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.