Expand description
Proc macros for crdt-migrate.
Provides two macros:
-
#[crdt_schema]— Attribute macro that generatesCrdtVersionedandSchemaimplementations for a struct. -
#[migration]— Attribute macro that wraps a migration function into aMigrationStepimplementation.
Attribute Macros§
- crdt_
schema - Attribute macro that generates schema + versioning impls for a struct.
- migration
- Attribute macro that wraps a migration function into a
MigrationStep.