lib

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

README (786B)


      1 # radroots_nostr_runtime
      2 
      3 This is the README for `radroots_nostr_runtime`, which provides Nostr runtime
      4 coordination for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * runtime builder, runtime events, and long-lived connection state types;
      9  * subscription specifications, policies, handles, and traffic-light status
     10    models;
     11  * sink abstractions and snapshot types used by higher-level network
     12    orchestration;
     13  * feature-gated integration with client, runtime, and nostrdb adapter crates.
     14 
     15 ## Copyright
     16 
     17 Except as otherwise noted, all files in the `radroots_nostr_runtime`
     18 distribution are
     19 
     20  Copyright (c) 2020-2026 Tyson Lupul
     21 
     22 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     23 WARRANTIES, see LICENSE included in the `radroots_nostr_runtime` distribution.