Modules§
- error
- lz4
- lz4
- manager
- parking_
lot - This library provides implementations of
Mutex,RwLock,CondvarandOncethat are smaller, faster and more flexible than those in the Rust standard library. It also provides aReentrantMutextype. - prelude
- resources
- ron
- Rusty Object Notation
- save_
load - scene
- ser_
component - tar
- A library for reading and writing TAR archives
- typetag
- github crates-io docs-rs
Macros§
- entity
- Macro for easy
SerializableEntitycreation. Often used along withscene!macro duringScenecreating - impl_
save_ load - Macro that is used to create custom
SaveLoaders, that are capable of saving and loading individual serializable components from theWorld, scene’s [PhysicsHandler] andAssetManager - impl_
ser_ component - Macro for implementing
SerializableComponenttrait for multiple types, that implementClonetrait; for using in [Scene]’s. Use to avoid boilerplate - scene
- Macro for easy
Scenecreation.entitiescan be created withentity!macro or manually: