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

#6 in #s-expression

Download history 102/week @ 2024-11-15 165/week @ 2024-11-22 156/week @ 2024-11-29 243/week @ 2024-12-06 308/week @ 2024-12-13 182/week @ 2024-12-20 50/week @ 2024-12-27 302/week @ 2025-01-03 561/week @ 2025-01-10 284/week @ 2025-01-17 301/week @ 2025-01-24 298/week @ 2025-01-31 874/week @ 2025-02-07 337/week @ 2025-02-14 506/week @ 2025-02-21 251/week @ 2025-02-28

2,023 downloads per month
Used in 5 crates (4 directly)

MIT license

12KB
329 lines

Sexp

A small, simple, self-contained, s-expression parser and pretty-printer.

crates.io

Build Status

Coverage Status

Documentation

See the API Docs.


lib.rs:

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().

No runtime deps