//! Counter CRDT implementations
//!//! This module provides counter-based CRDTs for tracking numeric values
//! with different semantics (grow-only, increment/decrement).
pubmodgcounter;pubmodpncounter;// Re-export main types
pubusegcounter::GCounter;pubusepncounter::PNCounter;