Module edn

Source
Expand description

An EDN reader/presenter in Rust.

§Implementations

§Differences from Clojure

  • Escape characters are not escaped.

Enums§

Edn

Functions§

read
Reads the first object from the &str and the remaining unread &str.
read_string
Reads one object from the &str.