4 releases
0.3.2 | Apr 24, 2021 |
---|---|
0.3.1 | Apr 24, 2021 |
0.3.0 | Apr 23, 2021 |
0.1.0 | Jan 3, 2021 |
#21 in #attr
46 downloads per month
Used in 8 crates
(via entity)
3KB
entity_noop_macros
Used only as no-op for macros in feature-dependent deps.
Can be removed once https://github.com/rust-lang/rust/issues/64797 is available on stable.
#[cfg(feature = "typetag")]
pub use typetag::serde as typetag_serde;
#[cfg(not(feature = "typetag"))]
pub use entity_noop_macros::noop_attr as typetag_serde;