entity_noop_macros 0.3.2

Macro library that provides noop macros for entity re-exports
Documentation
  • Coverage
  • 83.33%
    5 out of 6 items documented0 out of 5 items with examples
  • Size
  • Source code size: 2.38 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 260.21 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • chipsenkbeil/entity-rs
    45 5 25
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • chipsenkbeil

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;