commit 842cf6bdca655e06374ff76bf2f38abf6a9405ad parent e02f5ff3ba250a162c477ce757377e3cae10a74b Author: triesap <tyson@radroots.org> Date: Mon, 2 Mar 2026 23:08:58 +0000 docs: update `radroots-net` readme Diffstat:
| M | crates/net/README.md | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/crates/net/README.md b/crates/net/README.md @@ -4,10 +4,10 @@ Unified networking interface for the Rad Roots SDK. ## Goals -- provide a stable network entry surface re-exporting net-core primitives -- keep network feature wiring deterministic across build targets -- expose a minimal integration layer for network crate consumers -- preserve simple integration points for higher-level Rad Roots crates +- define a stable entry surface over `radroots-net-core` primitives +- keep network dependency wiring deterministic across build targets +- support a minimal integration path for SDK consumers +- provide reusable networking entry points for higher-level Rad Roots crates ## License