Expand description
Custom CRDT Builder Framework
This module provides a framework for users to define their own CRDT types using declarative macros and trait implementations.
Structs§
- Crdt
Builder - CRDT Builder for creating custom CRDT types
- Crdt
Builder Config - CRDT builder configuration
- Custom
Crdt - Custom CRDT built using the builder framework
- Field
Config - Field configuration for CRDT builder
- Generic
Crdt Field - Generic CRDT field implementation
Enums§
- Builder
Error - Error types for CRDT builder operations
- Crdt
Strategy - CRDT field strategies
Traits§
- Crdt
Field - Trait for CRDT field operations