Registry / utility / shred-derive

shred-derive

JSON →
library0.7.0rscratesunverified

Custom derive macros for the shred ECS library.

# Cargo.toml [dependencies] shred-derive = "0.7.0"
INSTALL
IMPORT
SIG · SHRED-DERIVE
S
shred-derive
utilityrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SystemData
use shred_derive::SystemData;

Derives the SystemData trait for a struct used in shred ECS systems.

use shred_derive::SystemData; #[derive(SystemData)] struct MyData { entities: shred::Entities<'static>, } fn main() { println!("Derive macro works!"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
shred-derive — cargo add shred-derive · libregistry