lib

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

README (731B)


      1 # radroots_events_indexed
      2 
      3 This is the README for `radroots_events_indexed`, which provides indexed
      4 manifest and checkpoint models for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * manifest and checkpoint value types for indexed event shards;
      9  * shard identifiers, id ranges, and shard metadata validation helpers;
     10  * portable model semantics for both `std` and `no_std` builds;
     11  * optional integration with `serde` for serialization.
     12 
     13 ## Copyright
     14 
     15 Except as otherwise noted, all files in the `radroots_events_indexed`
     16 distribution are
     17 
     18  Copyright (c) 2020-2026 Tyson Lupul
     19 
     20 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     21 WARRANTIES, see LICENSE included in the `radroots_events_indexed` distribution.