bones_schema
0.4.0
Module registry
Structs
Statics
In crate bones_schema
Module
bones_schema
::
registry
Copy item path
source
·
[
−
]
Expand description
Global schema registry.
Structs
§
SchemaId
A unique identifier for a schema registered in the
SCHEMA_REGISTRY
.
SchemaRegistry
A schema registry that alloates
SchemaId
s for
SchemaData
s and returns a registered
&'static Schema
.
Statics
§
SCHEMA_REGISTRY
Global
SchemaRegistry
used to register
SchemaData
s and produce
Schema
s.