syntastic 0.5.1

Generic abstract syntax representation
Documentation
# syntastic

[![Crates.io](https://img.shields.io/crates/v/syntastic.svg)](https://crates.io/crates/syntastic)
[![Docs.rs](https://docs.rs/syntastic/badge.svg)](https://docs.rs/syntastic)
[![CI](https://github.com/mx00s/syntastic/workflows/Continuous%20Integration/badge.svg)](https://github.com/mx00s/syntastic/actions)
[![Coverage Status](https://coveralls.io/repos/github/mx00s/syntastic/badge.svg?branch=main)](https://coveralls.io/github/mx00s/syntastic?branch=main)

<!-- `README.md` generated from `src/lib.rs` -->

## Thanks

* [Robert Harper]https://www.cs.cmu.edu/~rwh/ for formalizing abstract syntax in
  [_Practical Foundations for Programming Languages_]https://www.cs.cmu.edu/~rwh/pfpl/.
* [Rust GitHub Template]https://rust-github.github.io/ for helping me set up
  reasonable defaults for this repository.

License: MIT OR Apache-2.0

# Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
See [CONTRIBUTING.md](CONTRIBUTING.md).