nodedb-types 0.0.0

Portable type definitions shared between NodeDB Origin and NodeDB-Lite
Documentation
1
2
3
4
5
6
7
pub mod column_type;
pub mod profile;
pub mod schema;

pub use column_type::{ColumnDef, ColumnModifier, ColumnType, ColumnTypeParseError};
pub use profile::{ColumnarProfile, DocumentMode};
pub use schema::{ColumnarSchema, SchemaError, SchemaOps, StrictSchema};