#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

#2603 in Parser implementations

Download history 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 21/week @ 2024-04-22 13/week @ 2024-04-29 23/week @ 2024-05-06 18/week @ 2024-05-13 24/week @ 2024-05-20 17/week @ 2024-05-27 23/week @ 2024-06-03 24/week @ 2024-06-10 13/week @ 2024-06-17 26/week @ 2024-06-24

87 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