lib

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

commit 80aeefe539538fabd19131225921649aa5a7b2d1
parent b3bcbf1e25fe290ccd3629a7e7fa1d83040b3d43
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 00:54:25 +0000

events: update metadata

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

diff --git a/crates/events/Cargo.toml b/crates/events/Cargo.toml @@ -7,11 +7,11 @@ authors = [ ] rust-version.workspace = true license.workspace = true -description = "nostr event models, kinds, and tag helpers for radroots integrations" +description = "Typed event models, kinds, and tag conventions" repository.workspace = true homepage.workspace = true documentation = "https://docs.rs/radroots_events" -readme.workspace = true +readme = "README" build = "build.rs" [features] diff --git a/crates/events/README b/crates/events/README @@ -0,0 +1,24 @@ +# radroots_events + +This is the README for `radroots_events`, which provides typed `radroots` event +models, kinds, and tag conventions for the `radroots` core libraries. + +## Overview + + * typed content modules for accounts, app data, comments, coops, documents, + farms, jobs, lists, messages, posts, profiles, reactions, trades, and + related domains; + * shared event references, pointers, and kind and tag definitions used across + event-processing code; + * portable event model semantics for both `std` and `no_std` builds; + * optional integration with `serde`, `typeshare`, and `ts-rs` for + serialization and cross-language type export. + +## Copyright + +Except as otherwise noted, all files in the `radroots_events` 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` distribution. diff --git a/crates/events/README.md b/crates/events/README.md @@ -1,14 +0,0 @@ -# radroots_events - -Nostr event models, kinds, and tag mappings for the Rad Roots SDK. - -## Goals - -- define stable event models for Rad Roots domain records -- keep kind and tag mapping behavior deterministic across targets -- support feature-gated serialization and type export for SDK consumers -- provide reusable event primitives for higher-level Rad Roots crates - -## License - -Licensed under AGPL-3.0. See LICENSE.