lib

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

README (711B)


      1 # radroots_types
      2 
      3 This is the README for `radroots_types`, which provides shared result and error
      4 wrappers for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * `IError`, `IResult`, `IResultList`, and `IResultPass` wrapper types;
      9  * small constructor helpers and status-label logic for pass and fail outcomes;
     10  * optional `serde` support for API boundary serialization;
     11  * a compact support crate with no domain-specific business logic.
     12 
     13 ## Copyright
     14 
     15 Except as otherwise noted, all files in the `radroots_types` distribution are
     16 
     17  Copyright (c) 2020-2026 Tyson Lupul
     18 
     19 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     20 WARRANTIES, see LICENSE included in the `radroots_types` distribution.