Skip to main content

Module registry

Module registry 

Source
Expand description

Data component registry and storage types.

This module provides:

Re-exportsยง

pub use codecs::ComponentEntry;
pub use codecs::ComponentEntryRef;
pub use codecs::NbtReader;
pub use codecs::NbtWriter;
pub use codecs::NetworkReader;
pub use codecs::NetworkWriter;
pub use component_map::DataComponentMap;
pub use patch::ComponentPatchEntry;
pub use patch::DataComponentPatch;
pub use patch_persistence::component_try_into;

Modulesยง

codecs ๐Ÿ”’
component_map ๐Ÿ”’
patch ๐Ÿ”’
patch_network ๐Ÿ”’
patch_persistence ๐Ÿ”’

Structsยง

DataComponentRegistry
Registry of all data component types.
DataComponentType
A typed handle for a data component.