lib

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

commit 2e6a66e521f8ff27e06ea04ea5ba9f75cf038668
parent 07784d6d5bfbfa9cd5e119e06819dd39c8785836
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 00:59:49 +0000

replica_sync: update metadata

Diffstat:
Mcrates/replica_sync/Cargo.toml | 4++--
Acrates/replica_sync/README | 25+++++++++++++++++++++++++
Dcrates/replica_sync/README.md | 14--------------
3 files changed, 27 insertions(+), 16 deletions(-)

diff --git a/crates/replica_sync/Cargo.toml b/crates/replica_sync/Cargo.toml @@ -7,11 +7,11 @@ authors = [ ] rust-version.workspace = true license.workspace = true -description = "replica event ingest and synchronization interfaces for radroots data layers" +description = "Replica ingest and synchronization interfaces" repository.workspace = true homepage.workspace = true documentation = "https://docs.rs/radroots_replica_sync" -readme.workspace = true +readme = "README" [lib] crate-type = ["rlib"] diff --git a/crates/replica_sync/README b/crates/replica_sync/README @@ -0,0 +1,25 @@ +# radroots_replica_sync + +This is the README for `radroots_replica_sync`, which provides replica ingest +and synchronization interfaces for the `radroots` core libraries. + +## Overview + + * typed request, bundle, selector, and transfer-version models for replica + sync flows; + * event-emission helpers that materialize replica-facing events from local + state; + * ingest helpers, outcomes, and id-factory abstractions for applying incoming + events; + * a `std` feature that adds default id generation and higher-level ingest + entry points. + +## Copyright + +Except as otherwise noted, all files in the `radroots_replica_sync` +distribution are + + Copyright (c) 2020-2026 Tyson Lupul + +For information on usage and redistribution, and for a DISCLAIMER OF ALL +WARRANTIES, see LICENSE included in the `radroots_replica_sync` distribution. diff --git a/crates/replica_sync/README.md b/crates/replica_sync/README.md @@ -1,14 +0,0 @@ -# radroots_replica_sync - -Replica event ingest and synchronization interfaces for Rad Roots data layers. - -## Goals - -- define stable interfaces for event ingest, emit, and sync status -- keep ingest and bundle assembly behavior deterministic across targets -- support canonical transfer payloads for replica synchronization flows -- provide reusable synchronization primitives for higher-level Rad Roots crates - -## License - -Licensed under AGPL-3.0. See LICENSE.