commit fa2d7b1df728882f51c3e6692b047161ffd7b913 parent 8ca8067b394c2d295c1248fdc79551ea09a8c11b Author: triesap <tyson@radroots.org> Date: Mon, 2 Mar 2026 23:08:57 +0000 docs: update `radroots-events-indexed` readme Diffstat:
| M | crates/events-indexed/README.md | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/crates/events-indexed/README.md b/crates/events-indexed/README.md @@ -1,13 +1,13 @@ # radroots-events-indexed -Indexed manifest and checkpoint types for Rad Roots event archives. +Indexed manifest and checkpoint models 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 +- define stable manifest, checkpoint, and shard range models +- keep shard metadata and id-range validation deterministic across targets +- support no_std and std builds with feature-gated serialization and type export +- provide reusable indexed archive primitives for higher-level Rad Roots crates ## License