| Crates.io | entity_noop_macros |
| lib.rs | entity_noop_macros |
| version | 0.3.2 |
| created_at | 2021-01-03 21:03:52.877617+00 |
| updated_at | 2021-04-24 06:32:09.897118+00 |
| description | Macro library that provides noop macros for entity re-exports |
| homepage | https://github.com/chipsenkbeil/entity-rs |
| repository | https://github.com/chipsenkbeil/entity-rs |
| max_upload_size | |
| id | 331224 |
| size | 2,744 |
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;