icydb-derive 0.8.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
# icydb-derive

Internal procedural macros used by the IcyDB workspace.

This crate provides derive macros used by runtime and tests, including:
- `FieldValues`
- `Display`
- `Inner`
- arithmetic derives such as `Add`, `Sub`, `Mul`, `Div`, and assign variants

This crate is part of IcyDB internals. Most users should depend on `icydb` instead.