Docs.rs
async-ecs-0.1.0
async-ecs 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
/
MIT
Links
Repository
crates.io
Source
Owners
Bergmann89
Dependencies
asparit ^0.1
normal
async-ecs-derive ^0.1
normal
optional
crossbeam-queue ^0.3
normal
futures ^0.3
normal
hashbrown ^0.9
normal
hibitset ^0.6
normal
log ^0.4
normal
mopa ^0.2
normal
thiserror ^1.0
normal
tokio ^0.3
normal
Versions
59.84%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
async_
ecs
0.1.0
Module world
Module Items
Structs
Traits
In crate async_
ecs
async_ecs
Module
world
Copy item path
Source
Structs
§
Default
Setup
Handler
Lazy
Lazy updates can be used for world updates that need to borrow a lot of resources and as such should better be done at the end. They work lazily in the sense that they are dispatched when calling
world.maintain()
.
Meta
Table
The
MetaTable
which allows to store object-safe trait implementations for resources.
Panic
Handler
A setup handler that simply does nothing and thus will cause a panic on fetching.
World
Traits
§
AnyStorage
Cast
From
Helper trait for the
MetaTable
. This trait is required to be implemented for a trait to be compatible with the meta table.
Setup
Handler