//! Proc macros for the [enum-bitset](https://crates.io/crates/enum-bitset) crate.
//!
//! You do not need to depend directly on this crate, the macro is conveniently reexported by the [enum-bitset](https://crates.io/crates/enum-bitset) crate.
extern crate proc_macro;
use TokenStream;
use ;