lib

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

commit 079dc8e483fb4273ea98078716a6eb3d24c19d7f
parent a3365e26b2132609c9340dbaa550e0187d1b7429
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 00:55:08 +0000

net_core: update metadata

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

diff --git a/crates/net_core/Cargo.toml b/crates/net_core/Cargo.toml @@ -7,11 +7,11 @@ authors = [ ] rust-version.workspace = true license.workspace = true -description = "network orchestration primitives and runtime interfaces for the radroots sdk" +description = "Network orchestration and runtime interfaces" repository.workspace = true homepage.workspace = true documentation = "https://docs.rs/radroots_net_core" -readme.workspace = true +readme = "README" [features] default = ["std"] diff --git a/crates/net_core/README b/crates/net_core/README @@ -0,0 +1,23 @@ +# radroots_net_core + +This is the README for `radroots_net_core`, which provides network +orchestration and runtime interfaces for the `radroots` core libraries. + +## Overview + + * `Net`, `NetHandle`, and `NetInfo` types for managing shared network state + and build metadata; + * runtime-aware wiring for accounts, signer state, relay sets, and the Nostr + runtime; + * key format and persistence configuration for local key material handling; + * feature-gated `std`, runtime, client, and filesystem persistence support. + +## Copyright + +Except as otherwise noted, all files in the `radroots_net_core` 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_net_core` distribution. diff --git a/crates/net_core/README.md b/crates/net_core/README.md @@ -1,14 +0,0 @@ -# radroots_net_core - -Network orchestration primitives and runtime interfaces for the Rad Roots SDK. - -## Goals - -- define stable interfaces for network configuration, assembly, and control -- keep network orchestration behavior deterministic across runtime environments -- support feature-gated Nostr client, key, and persistence integration surfaces -- provide reusable network primitives for higher-level Rad Roots crates - -## License - -Licensed under AGPL-3.0. See LICENSE.