spacetimedb-schema 2.2.0

Schema library for SpacetimeDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Internal SpacetimeDB schema handling.
//!
//! Handles validation and normalization of raw schema definitions from the `spacetimedb_lib` crate.

pub mod auto_migrate;
pub mod def;
pub mod error;
pub mod identifier;
pub mod reducer_name;
pub mod relation;
pub mod schema;
pub mod table_name;
pub mod type_for_generate;