Crate bevy_serde_lens_core

Source
Expand description

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.

Modules§

private
Private module for bevy_serde_lens.

Structs§

Error
Error of bevy_serde_lens_core.

Functions§

current_entity
Obtain the current Entity in bevy_serde_lens.
with_world
Run a function on a read only reference to World.
with_world_mut
Run a function on a mutable only reference to World.