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
Versions
36.46%
of the crate is documented
Go to latest stable release
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 shiv
Version 0.1.0-alpha.10
All Items
Modules
?
Crate
shiv
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.