lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

README (832B)


      1 # radroots_replica_sync
      2 
      3 This is the README for `radroots_replica_sync`, which provides replica ingest
      4 and synchronization interfaces for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * typed request, bundle, selector, and transfer-version models for replica
      9    sync flows;
     10  * event-emission helpers that materialize replica-facing events from local
     11    state;
     12  * ingest helpers, outcomes, and id-factory abstractions for applying incoming
     13    events;
     14  * a `std` feature that adds default id generation and higher-level ingest
     15    entry points.
     16 
     17 ## Copyright
     18 
     19 Except as otherwise noted, all files in the `radroots_replica_sync`
     20 distribution are
     21 
     22  Copyright (c) 2020-2026 Tyson Lupul
     23 
     24 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     25 WARRANTIES, see LICENSE included in the `radroots_replica_sync` distribution.