synthax 0.3.5

Synthesize syntax with quasiquoting plugins.
Documentation
synthax
=======

[![crates.io](https://img.shields.io/crates/v/synthax.svg)](https://crates.io/crates/synthax)
[![Travis CI](https://travis-ci.org/KyleMayes/synthax.svg?branch=master)](https://travis-ci.org/KyleMayes/synthax)

Synthesize syntax with quasiquoting plugins.

Released under the Apache License 2.0.

## Supported Configurations

* Nightly Rust channel
  ([Documentation]https://kylemayes.github.io/synthax/nightly/synthax)
* Stable and beta Rust channels
  ([Documentation]https://kylemayes.github.io/synthax/stable/synthax)

By default, `synthax` expects to be compiled by a nightly Rust compiler. `synthax` is also supported
on the stable and beta channels of Rust with [`syntex`](https://github.com/serde-rs/syntex). To
enable this support, enable the `stable` Cargo feature.

**Note:** If the `syntex` crate is not in sync with the latest nightly, you may not be able to use
the latest version of this crate on the stable or beta Rust channels.