#serialization #save #bevy #serde

bevy_serde_lens_core

World access module for bevy_serde_lens

4 releases

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

#2074 in Encoding

Download history 1/week @ 2024-09-16 8/week @ 2024-09-23 6/week @ 2024-09-30 1/week @ 2024-10-07 2/week @ 2024-10-14 102/week @ 2024-11-04 14/week @ 2024-11-11 6/week @ 2024-11-18 120/week @ 2024-11-25 33/week @ 2024-12-02 10/week @ 2024-12-09

170 downloads per month
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
~210K SLoC