A Clojure reader in Rust.
This crate tries to match the behavior of Clojure’s tools.reader as much as possible.
tools.reader
pub use de::from_str;
pub use ser::to_string;