lexpr 0.2.4

A representation for Lisp data
Documentation
[[bench]]
harness = false
name = "bench"
[badges.codecov]
branch = "master"
repository = "rotty/lexpr-rs"
service = "github"

[badges.travis-ci]
repository = "rotty/lexpr-rs"
[dependencies.itoa]
version = "0.4.3"

[dependencies.lexpr-macros]
version = "0.2.0"

[dependencies.proc-macro-hack]
version = "0.5.4"

[dependencies.ryu]
version = "1.0.0"
[dev-dependencies.criterion]
version = "0.3.0"

[dev-dependencies.quickcheck]
version = "0.9.0"

[dev-dependencies.quickcheck_macros]
version = "0.8.0"

[dev-dependencies.rand]
version = "0.7.0"

[features]
default = ["fast-float-parsing"]
fast-float-parsing = []

[package]
authors = ["Andreas Rottmann <mail@r0tty.org>"]
categories = ["encoding", "data-structures", "parser-implementations"]
description = "A representation for Lisp data"
documentation = "https://docs.rs/lexpr/"
edition = "2018"
keywords = ["lisp", "s-expression", "sexp", "sexpr"]
license = "MIT OR Apache-2.0"
name = "lexpr"
readme = "README.md"
repository = "https://github.com/rotty/lexpr-rs"
version = "0.2.4"