#serialization #save #bevy #serde

bevy_serde_lens_core

World access module for bevy_serde_lens

3 unstable releases

new 0.15.0-rc.2 Nov 9, 2024
0.14.0 Jul 4, 2024
0.14.0-rc.4 Jul 1, 2024

#2092 in Encoding


Used in bevy_serde_lens

MIT/Apache

6KB
66 lines

bevy_serde_lens_core

A semver stable core module of bevy_serde_lens.

Library authors might find this crate useful in implementing bevy_serde_lens specific Serialize and Deserialize implementations.


lib.rs:

The core world access module of bevy_serde_lens.

Crates that depend on bevy_serde_lens for serialization should depend on this crate for world access since this tracks bevy versions instead of bevy_serde_lens versions.

Dependencies

~12MB
~209K SLoC