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
Deserializer
part 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
Value
toValue
map.
Enums§
Functions§
- from_
str - A convenience function for building a deserializer
and deserializing a value of type
T
from a string. - to_
string - Serializes
value
and returns it as string.