lib

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

commit c58f4719e6e239033f85ffd0bcedccfcf8cc5443
parent 731932097b3ff15d09dd451212ebd23419dccf98
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 00:54:39 +0000

events_codec_wasm: update metadata

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

diff --git a/crates/events_codec_wasm/Cargo.toml b/crates/events_codec_wasm/Cargo.toml @@ -7,11 +7,11 @@ authors = [ ] rust-version.workspace = true license.workspace = true -description = "wasm bindings for radroots event encoding and decoding" +description = "WebAssembly bindings for radroots-events-codec" repository.workspace = true homepage.workspace = true documentation = "https://docs.rs/radroots_events_codec_wasm" -readme.workspace = true +readme = "README" [lib] crate-type = ["cdylib", "rlib"] diff --git a/crates/events_codec_wasm/README b/crates/events_codec_wasm/README @@ -0,0 +1,24 @@ +# radroots_events_codec_wasm + +This is the README for `radroots_events_codec_wasm`, which provides WebAssembly +bindings for `radroots_events_codec` in the `radroots` core libraries. + +## Overview + + * wasm-bindgen entry points for event content and tag encoding and decoding; + * specialized tag helpers for farm, list, job, message, plot, and reaction + event families; + * JSON and `JsValue` boundaries built around `serde-wasm-bindgen` and base64 + helpers; + * built as `cdylib` and `rlib` artifacts for wasm consumers. + +## Copyright + +Except as otherwise noted, all files in the `radroots_events_codec_wasm` +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_events_codec_wasm` +distribution. diff --git a/crates/events_codec_wasm/README.md b/crates/events_codec_wasm/README.md @@ -1,14 +0,0 @@ -# radroots_events_codec_wasm - -Wasm bindings for Rad Roots event encoding and decoding. - -## Goals - -- define stable wasm bindings for `radroots_events_codec` -- keep tag generation and JSON conversion behavior deterministic in web runtimes -- support typed event-tag builders across listing, message, profile, and job flows -- provide reusable codec bridge functions for JavaScript integrations - -## License - -Licensed under AGPL-3.0. See LICENSE.