lib

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

commit a3039d76d94aa55794bb6e65f22ded6dc6988396
parent 80c4fa18f4c8dc6299354f9091b88e41cfeeaae7
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 00:58:15 +0000

nostr_ndb: update metadata

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

diff --git a/crates/nostr_ndb/Cargo.toml b/crates/nostr_ndb/Cargo.toml @@ -7,11 +7,11 @@ authors = [ ] rust-version.workspace = true license.workspace = true -description = "nostrdb adapter primitives and runtime interfaces for the radroots sdk" +description = "NostrDB adapter primitives and runtime hooks" repository.workspace = true homepage.workspace = true documentation = "https://docs.rs/radroots_nostr_ndb" -readme.workspace = true +readme = "README" [features] default = ["std", "rt", "ndb", "runtime-adapter"] diff --git a/crates/nostr_ndb/README b/crates/nostr_ndb/README @@ -0,0 +1,23 @@ +# radroots_nostr_ndb + +This is the README for `radroots_nostr_ndb`, which provides nostrdb adapter +primitives for the `radroots` core libraries. + +## Overview + + * configuration, filter, ingest, query, and subscription types for + nostrdb-backed workflows; + * runtime-adapter hooks that let higher layers drive a nostrdb event store; + * feature-gated support for the `nostrdb` crate, runtime glue, and gift-wrap + handling; + * a `std`-based integration crate with optional async runtime support. + +## Copyright + +Except as otherwise noted, all files in the `radroots_nostr_ndb` 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_nostr_ndb` distribution. diff --git a/crates/nostr_ndb/README.md b/crates/nostr_ndb/README.md @@ -1,14 +0,0 @@ -# radroots_nostr_ndb - -Nostrdb adapter primitives and runtime interfaces for the Rad Roots SDK. - -## Goals - -- define stable nostrdb config, ingest, query, and subscription interfaces -- keep nostrdb storage and query behavior deterministic across runtimes -- support runtime adapter surfaces for shared event store integration -- provide reusable nostrdb primitives for higher-level Rad Roots crates - -## License - -Licensed under AGPL-3.0. See LICENSE.