Expand description
An EDN reader/presenter in Rust.
§Implementations
core::fmt::Display
will output valid EDN for any Edn object
§Differences from Clojure
- Escape characters are not escaped.
Enums§
Functions§
- read
- Reads the first object from the &str and the remaining unread &str.
- read_
string - Reads one object from the &str.