lib

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

commit afe89cfd94e1be23b73da8d07ed83826326d2ca3
parent 606c6048078e912239d027b5baf6b3b0657240d9
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 00:58:56 +0000

simplex_agent_proto: update metadata

Diffstat:
Mcrates/simplex_agent_proto/Cargo.toml | 4++--
Acrates/simplex_agent_proto/README | 26++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/crates/simplex_agent_proto/Cargo.toml b/crates/simplex_agent_proto/Cargo.toml @@ -8,11 +8,11 @@ authors = [ ] rust-version.workspace = true license.workspace = true -description = "simplex agent protocol envelopes and queue lifecycle types for the radroots sdk" +description = "SimpleX agent envelopes, queue models, and codecs" repository.workspace = true homepage.workspace = true documentation = "https://docs.rs/radroots_simplex_agent_proto" -readme.workspace = true +readme = "README" [features] default = ["std"] diff --git a/crates/simplex_agent_proto/README b/crates/simplex_agent_proto/README @@ -0,0 +1,26 @@ +# radroots_simplex_agent_proto + +This is the README for `radroots_simplex_agent_proto`, which provides SimpleX +agent envelopes and queue models for the `radroots` core libraries. + +## Overview + + * encode and decode helpers for agent frames, envelopes, connection links, and + decrypted payloads; + * connection mode, status, queue address, queue descriptor, and receipt model + types; + * shared ratchet header and state integration from + `radroots_simplex_smp_crypto`; + * portable shared models with optional serialization and shared type export + support. + +## Copyright + +Except as otherwise noted, all files in the `radroots_simplex_agent_proto` +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_simplex_agent_proto` +distribution.