Re-exports§
pub use crate::error::Error;
Modules§
Structs§
- Character
List - Holds data related to the current players characters, as well as some additional state to handle UI.
- Client
- Dispatcher
Builder - Builder for the
Dispatcher
. - EcsEntity
Entity
type, as seen by the user.- Server
Info - Site
Info Rich - Weather
Lerp 🔒 - World
- A [Resource] container, which provides methods to insert, access and manage the contained resources.
- World
Data
Enums§
Constants§
Traits§
- Builder
- A common trait for
EntityBuilder
andLazyBuilder
, allowing either to be used. Entity is definitely alive, but the components may or may not exist before a call toWorld::maintain
. - Join
- The purpose of the
Join
trait is to provide a way to access multiple storages at the same time with the merged bit set. - Lend
Join - Like the
Join
trait except this is similar to a lending iterator in that only one item can be accessed at once. - World
Ext - This trait provides some extension methods to make working with shred’s World easier.
Functions§
Type Aliases§
- Read
Storage - A storage with read access.