lib

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

commit b72b5f0799d23ef34da1c440a72e6b5be59cb258
parent d74d32bbd3b6d0ccc58ad8631f69ddf27fa960bd
Author: triesap <tyson@radroots.org>
Date:   Sun,  1 Mar 2026 14:35:40 +0000

docs: update `radroots-events-indexed` readme

Diffstat:
Acrates/events-indexed/README.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/crates/events-indexed/README.md b/crates/events-indexed/README.md @@ -0,0 +1,14 @@ +# radroots-events-indexed + +Indexed manifest and checkpoint types for Rad Roots event archives. + +## Goals + +- define stable manifest and checkpoint shapes for indexed event data +- keep shard metadata and id range validation deterministic +- support no_std and std targets with feature-gated serialization and type export +- provide a reliable indexed data contract for archive and sync workflows + +## License + +Licensed under AGPL-3.0. See LICENSE.