Registry / other / bevy-type-registry

bevy-type-registry

JSON →
library0.3.0rscratesunverified

Provides a type registry for Bevy Engine to manage reflection and serialization.

# Cargo.toml [dependencies] bevy_type_registry = "0.3.0"
INSTALL
IMPORT
SIG · BEVY-TYPE-REGISTRY
B
bevy-type-registry
otherrustv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TypeRegistry
use bevy_type_registry::TypeRegistry;

Create a type registry and register a type.

use bevy_type_registry::TypeRegistry; let mut registry = TypeRegistry::new(); registry.register::<String>();
Debug
Known issues
gotchaRequires Bevy engine as a dependency; not standalone.
fix
Add bevy to your Cargo.toml if using this crate.
affects: >=0.3.0
Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
10
Meta
2
Amazon
1
OpenAI (training)
1
Resources
bevy-type-registry — cargo add bevy-type-registry · libregistry