Module clojure_reader::edn

source ·
Expand description

An EDN reader/presenter in Rust.

§Implementations

§Differences from Clojure

  • Escape characters are not escaped.
  • Tags are current unimplemented.

Enums§

Functions§

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