Docs.rs
shiv-0.1.0-alpha.10
shiv 0.1.0-alpha.10
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ChangeCaps
Dependencies
ahash ^0.8
normal
async-channel ^1.7
normal
downcast-rs ^1.2
normal
event-listener ^2.5
normal
fixedbitset ^0.4
normal
hashbrown ^0.12
normal
hyena ^0.2.2
normal
shiv-macro ^0.1.0-alpha.3
normal
tracing ^0.1
normal
optional
Versions
20.85%
of the crate is documented
Platform
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
Skip to main content
Crate shiv
shiv
0.1.0-alpha.10
All Items
Crate Items
Modules
Crate
shiv
Copy item path
Source
Expand description
A simple modern Entity Component System (ECS).
Modules
ยง
bundle
change_
detection
Types that detect changes.
event
hash_
map
hierarchy
prelude
use shiv::prelude::*;
imports the most commonly used types and traits.
query
schedule
storage
system
tasks
A re-export of
hyena
.
world
Provides the
World
type, which stores all data in the ECS.