Docs.rs
zengine_ecs-0.0.2
zengine_ecs 0.0.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
MalpenZibo
Dependencies
nohash-hasher ^0.2.0
normal
rustc-hash ^1.1.0
normal
zengine_macro ^0.0.2
normal
Versions
69.23%
of the crate is documented
Go to latest version
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate zengine_ecs
Version 0.0.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