lib

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

commit 80c4fa18f4c8dc6299354f9091b88e41cfeeaae7
parent dec78a5bd08dea3037ac730d2fe40f4c28d17473
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 00:57:22 +0000

nostr_signer: update metadata

Diffstat:
Mcrates/nostr_signer/Cargo.toml | 4++--
Acrates/nostr_signer/README | 23+++++++++++++++++++++++
2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/crates/nostr_signer/Cargo.toml b/crates/nostr_signer/Cargo.toml @@ -7,11 +7,11 @@ authors = [ ] rust-version.workspace = true license.workspace = true -description = "transport-neutral signer domain models and persistence primitives for the radroots sdk" +description = "Transport-neutral signer models, policies, and stores" repository.workspace = true homepage.workspace = true documentation = "https://docs.rs/radroots_nostr_signer" -readme.workspace = true +readme = "README" [features] default = [] diff --git a/crates/nostr_signer/README b/crates/nostr_signer/README @@ -0,0 +1,23 @@ +# radroots_nostr_signer + +This is the README for `radroots_nostr_signer`, which provides transport- +neutral signer models and stores for the `radroots` core libraries. + +## Overview + + * backend, capability, approval, authentication, and audit models for signer + workflows; + * manager and evaluation helpers for request review and signer policy + decisions; + * file, memory, and native SQLite stores for persisted signer state; + * optional shared-model export through `serde` and `ts-rs` feature gates. + +## Copyright + +Except as otherwise noted, all files in the `radroots_nostr_signer` +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_signer` distribution.