9 releases (stable)
Uses old Rust 2015
| 1.1.4 | Oct 13, 2016 |
|---|---|
| 1.1.3 | Aug 20, 2016 |
| 1.1.2 | Nov 7, 2015 |
| 0.1.1 | Nov 5, 2015 |
#53 in #s-expr
2,745 downloads per month
Used in 5 crates
(4 directly)
12KB
329 lines
A lightweight, self-contained s-expression parser and data format.
Use parse to get an s-expression from its string representation, and the
Display trait to serialize it, potentially by doing sexp.to_string().
Sexp
A small, simple, self-contained, s-expression parser and pretty-printer.
Documentation
See the API Docs.