lib

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

commit e926f76c8a33c4e6f1c9405a749fe26478d319d9
parent 6ef9c6110af606eb3acc56ed8b1a2f19c186e1c3
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:08:58 +0000

docs: update `radroots-log` readme

Diffstat:
Mcrates/log/README.md | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/crates/log/README.md b/crates/log/README.md @@ -1,13 +1,13 @@ # radroots-log -Tracing-based logging primitives for the Rad Roots SDK runtime crates. +Tracing logging primitives for the Rad Roots SDK. ## Goals -- define stable logging and initialization primitives for shared runtime use -- support std and no_std targets with deterministic behavior across environments -- provide consistent tracing integration for Rad Roots crate consumers -- keep logging setup reusable across application and service surfaces +- define stable logging and initialization interfaces for runtime crates +- keep logging behavior deterministic across std and no_std targets +- support tracing integration for application and service surfaces +- provide reusable logging primitives for higher-level Rad Roots crates ## License