sexpr_parser 0.3.0

Generic S-Expression parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "sexpr_parser"
version = "0.3.0"
authors = ["Martin Billinger <flkazemakase@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/mbillingr/sexpr_parser"
description = "Generic S-Expression parser"
readme = "README.md"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]