4 个版本
0.3.2 | 2021年4月24日 |
---|---|
0.3.1 | 2021年4月24日 |
0.3.0 | 2021年4月23日 |
0.1.0 | 2021年1月3日 |
在 #attr 中排名第 21
每月下载量 55 次
在 8 个crate中使用(通过 entity)
3KB
entity_noop_macros
仅作为功能依赖的宏中的 no-op 使用。
一旦 https://github.com/rust-lang/rust/issues/64797 在稳定版中可用,即可删除。
#[cfg(feature = "typetag")]
pub use typetag::serde as typetag_serde;
#[cfg(not(feature = "typetag"))]
pub use entity_noop_macros::noop_attr as typetag_serde;