Modules§
- error
- lz4
- lz4
- manager
- parking_
lot - This library provides implementations of
Mutex
,RwLock
,Condvar
andOnce
that are smaller, faster and more flexible than those in the Rust standard library. It also provides aReentrantMutex
type. - 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
SerializableEntity
creation. Often used along withscene!
macro duringScene
creating - impl_
save_ load - Macro that is used to create custom
SaveLoad
ers, that are capable of saving and loading individual serializable components from theWorld
, scene’s [PhysicsHandler
] andAssetManager
- impl_
ser_ component - Macro for implementing
SerializableComponent
trait for multiple types, that implementClone
trait; for using in [Scene
]’s. Use to avoid boilerplate - scene
- Macro for easy
Scene
creation.entities
can be created withentity!
macro or manually: