lib

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

commit 91ecd366dc15920f6103a08679e425cffec503d9
parent 68db9a85340be3bb3f56996e967b3eece5cd8b50
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 00:54:56 +0000

identity: update metadata

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

diff --git a/crates/identity/Cargo.toml b/crates/identity/Cargo.toml @@ -7,11 +7,11 @@ authors = [ ] rust-version.workspace = true license.workspace = true -description = "identity model and profile utilities for radroots nostr applications" +description = "Identity models, username helpers, and profile utilities" repository.workspace = true homepage.workspace = true documentation = "https://docs.rs/radroots_identity" -readme.workspace = true +readme = "README" build = "build.rs" [features] diff --git a/crates/identity/README b/crates/identity/README @@ -0,0 +1,22 @@ +# radroots_identity + +This is the README for `radroots_identity`, which provides identity models and +profile utilities for the `radroots` core libraries. + +## Overview + + * public and private identity, profile, file, and identifier types; + * username validation, normalization, and parser helpers; + * default identity path constants and JSON file support behind feature flags; + * optional NIP-49, `secrecy`, `zeroize`, and `ts-rs` support for protected key + material and shared model export. + +## Copyright + +Except as otherwise noted, all files in the `radroots_identity` 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_identity` distribution. diff --git a/crates/identity/README.md b/crates/identity/README.md @@ -1,14 +0,0 @@ -# radroots_identity - -Identity models and profile primitives for the Rad Roots SDK. - -## Goals - -- define stable identity interfaces for keys, profiles, and public projections -- keep identity loading and serialization behavior deterministic across targets -- support feature-gated secret handling and zeroization for secure runtimes -- provide reusable identity primitives for higher-level Rad Roots crates - -## License - -Licensed under AGPL-3.0. See LICENSE.