Docs.rs
apecs-0.8.4
apecs 0.8.4
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
schell
Dependencies
any_vec ^0.10
normal
apecs-derive ^0.3.0
normal
async-channel ^1.6
normal
itertools ^0.10
normal
log ^0.4
normal
moongraph ^0.4.3
normal
parking_lot ^0.12
normal
rayon ^1.5
normal
smallvec ^1.9
normal
snafu ^0.8
normal
async-broadcast ^0.4
dev
env_logger ^0.9
dev
futures-lite ^1.12.0
dev
smol ^2.0
dev
wasm-bindgen-futures ^0.4
dev
wasm-bindgen-test ^0.3
dev
Versions
82.98%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Mut
apecs
0.8.4
apecs
Type Alias
Mut
Copy item path
Source
pub type Mut<T> =
&'static mut T
;
Expand description
Alias for
&'static mut T
for folks with wrist pain.