asexp 0.1.2

Advanced S-expression-like format suitable for configuration and serialization
1
2
3
4
5
6
# 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.