commit 23a1be9a2a00f6c47478c575d818a87b016c56f1 parent ec2dd7b36a4bd9c01f2ce62323de95bef473bc06 Author: triesap <tyson@radroots.org> Date: Sun, 1 Mar 2026 14:30:46 +0000 docs: update `radroots-types` readme Diffstat:
| A | crates/types/README.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/crates/types/README.md b/crates/types/README.md @@ -0,0 +1,14 @@ +# radroots-types + +Shared API result and error wrapper types for the Rad Roots SDK. + +## Goals + +- define consistent success and error envelope shapes across SDK surfaces +- keep serialization behavior deterministic for API and transport boundaries +- support type export for external SDK consumers when enabled +- provide stable wrapper primitives for higher-level Rad Roots crates + +## License + +Licensed under AGPL-3.0. See LICENSE.