Expand description
A simple ecs system designed for serialization
Re-exports§
Modules§
- component
- entity
- erased_
serde - github crates-io docs-rs
- error
- extensions
- inventory
- github crates-io docs-rs
- once_
cell - Overview
- scene
- support
- system
- value
- Value module.
- world
Macros§
- forward_
to_ deserialize_ any - Helper macro when implementing the
Deserializerpart of a new data format for Serde.
Structs§
- Error
- This type represents all possible errors that can occur when serializing or deserializing RON data.
- Map
- A
ValuetoValuemap.
Enums§
Functions§
- from_
str - A convenience function for building a deserializer
and deserializing a value of type
Tfrom a string. - to_
string - Serializes
valueand returns it as string.