lib

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

commit 40e13caf0c8b7bff3c7ce5842d4a657346425678
parent 7fe7fdd791308c6494aaf3ad5f6621623905aa60
Author: triesap <tyson@radroots.org>
Date:   Fri, 10 Apr 2026 00:58:47 +0000

simplex_smp_proto: update metadata

Diffstat:
Mcrates/simplex_smp_proto/Cargo.toml | 4++--
Acrates/simplex_smp_proto/README | 23+++++++++++++++++++++++
2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/crates/simplex_smp_proto/Cargo.toml b/crates/simplex_smp_proto/Cargo.toml @@ -7,11 +7,11 @@ authors = [ ] rust-version.workspace = true license.workspace = true -description = "simplex messaging protocol primitives for the radroots sdk" +description = "SimpleX SMP wire protocol primitives" repository.workspace = true homepage.workspace = true documentation = "https://docs.rs/radroots_simplex_smp_proto" -readme.workspace = true +readme = "README" [features] default = ["std"] diff --git a/crates/simplex_smp_proto/README b/crates/simplex_smp_proto/README @@ -0,0 +1,23 @@ +# radroots_simplex_smp_proto + +This is the README for `radroots_simplex_smp_proto`, which provides SimpleX SMP +wire protocol primitives for the `radroots` core libraries. + +## Overview + + * URI, server address, queue mode, and default port types for SMP endpoints; + * protocol version constants and related compatibility bounds; + * wire message, command, and protocol error types for SMP exchanges; + * portable shared models with optional serialization and shared type export + support. + +## Copyright + +Except as otherwise noted, all files in the `radroots_simplex_smp_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_smp_proto` +distribution.