README (739B)
1 # radroots_core 2 3 This is the README for `radroots_core`, which provides core value types and 4 unit semantics for the `radroots` core libraries. 5 6 ## Overview 7 8 * stable domain value types for currency, money, quantity, quantity pricing, 9 percent, discounts, and decimals; 10 * unit kinds, dimensions, parsing, and deterministic conversion helpers; 11 * portable core semantics for both `std` and `no_std` builds; 12 * optional integration with `serde` for serialization. 13 14 ## Copyright 15 16 Except as otherwise noted, all files in the `radroots_core` distribution are 17 18 Copyright (c) 2020-2026 Tyson Lupul 19 20 For information on usage and redistribution, and for a DISCLAIMER OF ALL 21 WARRANTIES, see LICENSE included in the `radroots_core` distribution.