README (890B)
1 # radroots_trade 2 3 This is the README for `radroots_trade`, which provides shared trade workflow 4 helpers for the `radroots` core libraries. 5 6 ## Overview 7 8 * listing model types such as subtotals and totals built on `radroots_core` 9 money, quantity, currency, and unit values; 10 * listing publish helpers for canonical address normalization, author checks, 11 and event-shaping workflows; 12 * order and public-trade helpers for shared request validation and projection; 13 * optional `serde` and `serde_json` support for shared model serialization; 14 * portable shared-model support for both `std` and `no_std` builds. 15 16 ## Copyright 17 18 Except as otherwise noted, all files in the `radroots_trade` distribution are 19 20 Copyright (c) 2020-2026 Tyson Lupul 21 22 For information on usage and redistribution, and for a DISCLAIMER OF ALL 23 WARRANTIES, see LICENSE included in the `radroots_trade` distribution.