Docs.rs
zengine_ecs-0.1.2
zengine_ecs 0.1.2
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
MalpenZibo
Dependencies
nohash-hasher ^0.2.0
normal
rustc-hash ^1.1.0
normal
zengine_macro ^0.1.2
normal
Versions
69.23%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate zengine_ecs
Version 0.1.2
All Items
Modules
Structs
Traits
?
Crate
zengine_ecs
source
·
[
−
]
Modules
event
Event handling types
query
Tools to retrieve entity and component from the
World
system
Tools for controlling behavior in an ECS application
Structs
Entity
Identifier of an entity
World
Stores and exposes operations on entities, components, resources
Traits
Component
A data type that can be used to store data for an
Entity
Resource
A data type that can be used to store resource in the
World
UnsendableResource
A data type that can be used to store unsendable resource in the
World