lib

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

commit 865fcb0776bf72d4c0b66655433ab20491522b7e
parent e672574396bb6b0d3b399d34f111a0d14515e610
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 01:00:05 +0000

trade: update metadata

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

diff --git a/crates/trade/Cargo.toml b/crates/trade/Cargo.toml @@ -7,11 +7,11 @@ authors = [ ] rust-version.workspace = true license.workspace = true -description = "workflow validation projections and read models for radroots trade flows" +description = "Trade listing projections and validation models" repository.workspace = true homepage.workspace = true documentation = "https://docs.rs/radroots_trade" -readme.workspace = true +readme = "README" build = "build.rs" [features] diff --git a/crates/trade/README b/crates/trade/README @@ -0,0 +1,23 @@ +# radroots_trade + +This is the README for `radroots_trade`, which provides trade listing +projections and validation models for the `radroots` core libraries. + +## Overview + + * listing model types such as subtotals and totals built on `radroots_core` + money, quantity, currency, and unit values; + * listing overlay, projection, and validation modules for trade-facing + workflows; + * optional `serde`, `serde_json`, and `ts-rs` support for shared model + serialization and export; + * portable shared-model support for both `std` and `no_std` builds. + +## Copyright + +Except as otherwise noted, all files in the `radroots_trade` 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_trade` distribution. diff --git a/crates/trade/README.md b/crates/trade/README.md @@ -1,14 +0,0 @@ -# radroots_trade - -Trade listing models and Nostr tag mappings for the Rad Roots SDK. - -## Goals - -- define stable listing models and invariants for Rad Roots trade records -- keep listing-to-tag mapping deterministic across supported targets -- support feature-gated serialization and type export for SDK consumers -- provide reusable trade primitives for higher-level Rad Roots crates - -## License - -Licensed under AGPL-3.0. See LICENSE.