icydb-derive 0.34.2

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
12
# icydb-derive

Internal derive/proc-macro crate used by the IcyDB workspace.

It provides derives used by runtime and tests (for example `FieldProjection`, display helpers, and arithmetic helper derives).

Most users should depend on `icydb`, not this crate directly.

References:

- Workspace overview: `README.md`
- Release notes: `CHANGELOG.md`