syntastic 0.2.0

Generic abstract syntax representation
Documentation
[package]
name = "syntastic"
version = "0.2.0"
authors = ["Sage Mitchell <dev@mx00s.com>"]
edition = "2018"
description = "Generic abstract syntax representation"
repository = "https://github.com/mx00s/syntastic"
license = "MIT OR Apache-2.0"
readme = "README.md"

[dependencies]
serde = { version = "1.0.117", features = ["derive"] }

[dev-dependencies]
insta = { version = "1.3.0", features = ["ron"] }