lib

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

commit 893339a5d60f126e8f60dec68eb134a1e3573270
parent 315421ef95e5e58a552dd82f2f76b0637af2901e
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:08:56 +0000

docs: update `radroots-app-core` readme

Diffstat:
Mcrates/app-core/README.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/crates/app-core/README.md b/crates/app-core/README.md @@ -4,10 +4,10 @@ Core application runtime primitives for Rad Roots app surfaces. ## Goals -- define stable app runtime and error interfaces for Rad Roots clients -- provide unified logging and network integration points for app surfaces -- keep app runtime behavior deterministic across supported targets -- expose reusable app primitives for higher-level Rad Roots crates +- define stable application runtime, error, and lifecycle interfaces +- keep runtime and network wiring deterministic across supported targets +- support reusable integration points with `radroots-net-core` +- provide reusable application primitives for higher-level Rad Roots crates ## License