lib

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

commit b5cfa6c6f49559d960d5956488bcc90e805b67de
parent 957f30d4de40afaf965c4a543284e89caaf8d29a
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:08:57 +0000

docs: update `radroots-core` readme

Diffstat:
Mcrates/core/README.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/crates/core/README.md b/crates/core/README.md @@ -4,10 +4,10 @@ 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 +- define stable value primitives for currency, quantity, pricing, and units +- keep arithmetic and unit conversion deterministic across supported targets - support no_std and std builds with feature-gated serialization and type export -- provide stable primitives for higher-level Rad Roots crates +- provide reusable core primitives for higher-level Rad Roots crates ## License