Module builder

Module builder 

Source
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§

CrdtBuilder
CRDT Builder for creating custom CRDT types
CrdtBuilderConfig
CRDT builder configuration
CustomCrdt
Custom CRDT built using the builder framework
FieldConfig
Field configuration for CRDT builder
GenericCrdtField
Generic CRDT field implementation

Enums§

BuilderError
Error types for CRDT builder operations
CrdtStrategy
CRDT field strategies

Traits§

CrdtField
Trait for CRDT field operations