bitflag-attr 0.13.0

A macro to generate bitflags structures from C-like enums
Documentation
1
2
3
4
//! Module with re-exports of external crates to be used by the attribute macro

#[cfg(feature = "serde")]
pub use serde_core::*;