atoms 2.1.2

S-expression parser and pretty-printer.
Documentation
[package]
name = "atoms"
version = "2.1.2"
authors = ["Curtis Millar <curtis@curtism.me>", "Clark Gaebel <cg.wowus.cg@gmail.com>"]

documentation = "https://docs.rs/atoms"
repository    = "https://github.com/studley13/atoms"

readme = "README.md"

keywords = [ "atom", "sexp", "parsing", "s-expression", "file-format" ]

description = "S-expression parser and pretty-printer."

license = "MIT"

[badges]

travis-ci = { repository = "studley13/atoms" }

[dependencies]

unescape = "0.1.0"