crates docs actions MIT/Apache loc

Edict

Edict is a fast and powerful ECS crate that expands traditional ECS feature set. Written in Rust by your fellow 🦀

Features

no_std support

edict can be used in no_std environment but requires alloc. With "std" feature enabled error types implement Error trait. "std" feature is enabled by default and must be turned off for no_std environment. Dependent crates that also support no_std should use default-features = false for edict dependency, and optionally enable "std" if needed.

License

Licensed under either of

at your option.

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.