syn-mid

Build Status version documentation license Rustc Version

Providing the features between "full" and "derive" of syn.

This crate provides the following two unique data structures.

Other data structures are the same as data structures of [syn]. Also, if the "full" feature is enabled, those items are reexported from [syn].

Note that if you use [syn] with "full" feature and use syn-mid without "full" feature at the same time, errors due to type mismatch may occur.

Usage

Add this to your Cargo.toml:

toml [dependencies] syn-mid = "0.1"

The current version of syn-mid requires Rust 1.15 or later.

Examples

Documentation

Optional features

syn-mid in the default features aims to provide the features between "full" and "derive" of [syn].

Note that if both "derive" and "full" features are disabled, a compile error occurs.

License

Licensed under either of

at your option.

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.