commit c74ae296c3d8e6fb23c9304fb2e472edc0a5f280 parent 8e091c9c5b9e817416045cb21c831c6ecc7c62b5 Author: triesap <tyson@radroots.org> Date: Sun, 1 Mar 2026 15:10:40 +0000 docs: update `radroots-net` readme Diffstat:
| A | crates/net/README.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/crates/net/README.md b/crates/net/README.md @@ -0,0 +1,14 @@ +# radroots-net + +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 compatibility layer for network crate consumers +- preserve simple integration points for higher-level Rad Roots crates + +## License + +Licensed under AGPL-3.0. See LICENSE.