lib

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

commit 9e27c06474417e06a5892e23b3f2b8c4250408d2
parent c58f4719e6e239033f85ffd0bcedccfcf8cc5443
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 00:54:45 +0000

events_indexed: update metadata

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

diff --git a/crates/events_indexed/Cargo.toml b/crates/events_indexed/Cargo.toml @@ -7,11 +7,11 @@ authors = [ ] rust-version.workspace = true license.workspace = true -description = "indexed manifest and checkpoint models for radroots event archives" +description = "Indexed event shard manifest and checkpoint models" repository.workspace = true homepage.workspace = true documentation = "https://docs.rs/radroots_events_indexed" -readme.workspace = true +readme = "README" [features] default = ["serde", "typeshare"] diff --git a/crates/events_indexed/README b/crates/events_indexed/README @@ -0,0 +1,22 @@ +# radroots_events_indexed + +This is the README for `radroots_events_indexed`, which provides indexed +manifest and checkpoint models for the `radroots` core libraries. + +## Overview + + * manifest and checkpoint value types for indexed event shards; + * shard identifiers, id ranges, and shard metadata validation helpers; + * portable model semantics for both `std` and `no_std` builds; + * optional integration with `serde` and `typeshare` for serialization and + shared type export. + +## Copyright + +Except as otherwise noted, all files in the `radroots_events_indexed` +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_events_indexed` distribution. diff --git a/crates/events_indexed/README.md b/crates/events_indexed/README.md @@ -1,14 +0,0 @@ -# radroots_events_indexed - -Indexed manifest and checkpoint models for Rad Roots event archives. - -## Goals - -- 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 - -Licensed under AGPL-3.0. See LICENSE.