#serialization #save #bevy #serde

bevy_serde_lens_core

World access module for bevy_serde_lens

2 releases

0.14.0 Jul 4, 2024
0.14.0-rc.4 Jul 1, 2024

#2116 in Encoding

Download history 135/week @ 2024-06-27 164/week @ 2024-07-04 4/week @ 2024-07-11

54 downloads per month
Used in bevy_serde_lens

MIT/Apache

5KB
62 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

~11MB
~192K SLoC