lib

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

commit ec2dd7b36a4bd9c01f2ce62323de95bef473bc06
parent 46b7f3f599ee817b4a77aad6e6bb97e703208c65
Author: triesap <tyson@radroots.org>
Date:   Sun,  1 Mar 2026 14:29:04 +0000

docs: update `radroots-core` readme

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

diff --git a/crates/core/README.md b/crates/core/README.md @@ -0,0 +1,14 @@ +# radroots-core + +Core value types and unit semantics for the Rad Roots SDK. + +## Goals + +- define invariant-safe domain primitives for shared SDK use +- keep arithmetic and unit conversion deterministic across targets +- support no_std and std builds with feature-gated serialization and type export +- provide stable primitives for higher-level Rad Roots crates + +## License + +Licensed under AGPL-3.0. See LICENSE.