asexp 0.3.0

Advanced S-expression-like format suitable for configuration and serialization
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "asexp"
version = "0.3.0"
authors = ["Michael Neumann <mneumann@ntecs.de>"]

license = "MIT"
repository = "https://github.com/mneumann/asexp-rs"
description = "Advanced S-expression-like format suitable for configuration and serialization"
keywords = ["sexp", "file-format", "serialization", "configuration"]

include = ["src/**/*.rs", "examples/*.rs", "tests/*", "Cargo.toml", "README.md", "LICENSE"]

[dev-dependencies]

grabinput = "^0.1"