#serialization #configuration #sexp #file-format

asexp

Advanced S-expression-like format suitable for configuration and serialization

7 releases

0.3.2 May 16, 2019
0.3.1 May 17, 2016
0.3.0 Feb 27, 2016
0.2.0 Jan 19, 2016
0.1.0 Dec 26, 2015

#2568 in Parser implementations

Download history 10/week @ 2024-01-08 1/week @ 2024-02-05 4/week @ 2024-02-12 36/week @ 2024-02-19 36/week @ 2024-02-26 18/week @ 2024-03-04 32/week @ 2024-03-11 15/week @ 2024-03-18 31/week @ 2024-03-25 68/week @ 2024-04-01 10/week @ 2024-04-08 16/week @ 2024-04-15

126 downloads per month
Used in 7 crates (6 directly)

MIT license

36KB
1K SLoC

asexp-rs

Advanced S-expression-like format

Combines the features of a format suitable for human-readable configuration files (e.g. YAML, TOML) with a format suitable for serialization of arbitrarily nested structures (e.g. JSON) plus ease of parsing.

No runtime deps