commit 40cabf644f19afd7f109bbba52d09971d4be56a9 parent d1d91d2c4236aac788d1004a6d551aa34302f632 Author: triesap <tyson@radroots.org> Date: Sun, 1 Mar 2026 14:38:05 +0000 docs: update `radroots-log` readme Diffstat:
| A | crates/log/README.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/crates/log/README.md b/crates/log/README.md @@ -0,0 +1,14 @@ +# radroots-log + +Tracing-based logging primitives for the Rad Roots SDK runtime crates. + +## 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 + +## License + +Licensed under AGPL-3.0. See LICENSE.