lib

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

commit bc4e10dd1a3679a7582f425b520c19c1050a99b7
parent f1a5f578a71f98b6c4cfaa2bcb7dff18329bc293
Author: triesap <tyson@radroots.org>
Date:   Sun,  1 Mar 2026 14:34:33 +0000

docs: update `radroots-events-codec` readme

Diffstat:
Acrates/events-codec/README.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/crates/events-codec/README.md b/crates/events-codec/README.md @@ -0,0 +1,14 @@ +# radroots-events-codec + +Reference encoders and decoders for Rad Roots Nostr event payloads. + +## Goals + +- define deterministic encode and decode behavior for Rad Roots event data +- enforce stable parsing and validation across supported event forms +- support std and no_std targets with feature-gated serde_json and nostr integration +- provide a reliable codec layer for runtime and wasm bindings + +## License + +Licensed under AGPL-3.0. See LICENSE.