commit 8e091c9c5b9e817416045cb21c831c6ecc7c62b5 parent cf62771a7ab896fb7948448dd331e9aa3d2c6e5e Author: triesap <tyson@radroots.org> Date: Sun, 1 Mar 2026 15:06:23 +0000 docs: update `radroots-net-core` readme Diffstat:
| A | crates/net-core/README.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/crates/net-core/README.md b/crates/net-core/README.md @@ -0,0 +1,14 @@ +# 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 and persistence integration surfaces +- provide reusable network primitives for application and service crates + +## License + +Licensed under AGPL-3.0. See LICENSE.