Struct edn_format::ParserOptions [−][src]
pub struct ParserOptions {
pub allow_namespaced_map_syntax: bool,
}Expand description
Options you can pass to the EDN parser.
Fields
allow_namespaced_map_syntax: boolWhether to allow the #some.ns{:key “val”} syntax that was introduced in clojure 1.9 but not reflected in the EDN spec.
Defaults to true.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParserOptions
impl Send for ParserOptions
impl Sync for ParserOptions
impl Unpin for ParserOptions
impl UnwindSafe for ParserOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
