Skip to main content

parse_edn

Function parse_edn 

Source
pub fn parse_edn(input: &str) -> Result<Vec<Edn>, TomlSchemaError>
Expand description

Parses TOML and emits equivalent EDN attribute maps for existing APIs.

ยงErrors

Returns the same failures as parse.