lib

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

commit b3bcbf1e25fe290ccd3629a7e7fa1d83040b3d43
parent 7a258045215bed5a1132e638fce7fb2258abb2ed
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 00:54:12 +0000

core: update metadata

Diffstat:
Mcrates/core/Cargo.toml | 4++--
Acrates/core/README | 22++++++++++++++++++++++
Dcrates/core/README.md | 14--------------
3 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml @@ -7,11 +7,11 @@ authors = [ ] rust-version.workspace = true license.workspace = true -description = "core value types and unit semantics for radroots sdk contracts" +description = "Core value types and unit semantics" repository.workspace = true homepage.workspace = true documentation = "https://docs.rs/radroots_core" -readme.workspace = true +readme = "README" build = "build.rs" [features] diff --git a/crates/core/README b/crates/core/README @@ -0,0 +1,22 @@ +# radroots_core + +This is the README for `radroots_core`, which provides core value types and +unit semantics for the `radroots` core libraries. + +## Overview + + * stable domain value types for currency, money, quantity, quantity pricing, + percent, discounts, and decimals; + * unit kinds, dimensions, parsing, and deterministic conversion helpers; + * portable core semantics for both `std` and `no_std` builds; + * optional integration with `serde`, `typeshare`, and `ts-rs` for + serialization and cross-language type export. + +## Copyright + +Except as otherwise noted, all files in the `radroots_core` distribution are + + Copyright (c) 2020-2026 Tyson Lupul + +For information on usage and redistribution, and for a DISCLAIMER OF ALL +WARRANTIES, see LICENSE included in the `radroots_core` distribution. diff --git a/crates/core/README.md b/crates/core/README.md @@ -1,14 +0,0 @@ -# radroots_core - -Core value types and unit semantics for the Rad Roots SDK. - -## Goals - -- 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 reusable core primitives for higher-level Rad Roots crates - -## License - -Licensed under AGPL-3.0. See LICENSE.