#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

#2497 in Parser implementations

Download history 6/week @ 2023-12-15 8/week @ 2023-12-22 4/week @ 2024-01-05 6/week @ 2024-01-12 3/week @ 2024-02-09 29/week @ 2024-02-16 29/week @ 2024-02-23 25/week @ 2024-03-01 25/week @ 2024-03-08 26/week @ 2024-03-15 18/week @ 2024-03-22

94 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