lib

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

commit 853d8feb143f94b69dea7fef537db42f38696cbe
parent 40cabf644f19afd7f109bbba52d09971d4be56a9
Author: triesap <tyson@radroots.org>
Date:   Sun,  1 Mar 2026 14:40:03 +0000

docs: update `radroots-runtime` readme

Diffstat:
Acrates/runtime/README.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/crates/runtime/README.md b/crates/runtime/README.md @@ -0,0 +1,14 @@ +# radroots-runtime + +Runtime config, IO, and process helpers for Rad Roots services and apps. + +## Goals + +- define stable runtime primitives for config loading, JSON IO, and process wiring +- keep runtime behavior deterministic across development and production environments +- provide reusable tracing, signal, and service configuration helpers +- support CLI-driven runtime entrypoints through feature-gated interfaces + +## License + +Licensed under AGPL-3.0. See LICENSE.