icydb-primitives 0.14.0

IcyDB — A type-safe, embedded ORM and schema system for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
# icydb-primitives

Shared primitive metadata and scalar classification for IcyDB.

This crate defines the canonical scalar registry used across schema and runtime layers, including:
- `ScalarKind`
- `ScalarMetadata`
- `ScalarCoercionFamily`
- `ALL_SCALAR_KINDS`

Use this crate when tooling or internal components need stable scalar capability metadata.