lib

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

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

simplex_smp_transport: update metadata

Diffstat:
Mcrates/simplex_smp_transport/Cargo.toml | 4++--
Acrates/simplex_smp_transport/README | 22++++++++++++++++++++++
2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/crates/simplex_smp_transport/Cargo.toml b/crates/simplex_smp_transport/Cargo.toml @@ -8,11 +8,11 @@ authors = [ ] rust-version.workspace = true license.workspace = true -description = "simplex messaging transport framing and handshake policy for the radroots sdk" +description = "SimpleX SMP transport framing and TLS handshake policy" repository.workspace = true homepage.workspace = true documentation = "https://docs.rs/radroots_simplex_smp_transport" -readme.workspace = true +readme = "README" [features] default = ["std"] diff --git a/crates/simplex_smp_transport/README b/crates/simplex_smp_transport/README @@ -0,0 +1,22 @@ +# radroots_simplex_smp_transport + +This is the README for `radroots_simplex_smp_transport`, which defines SMP +transport framing and TLS handshake policy for the `radroots` core libraries. + +## Overview + + * request, response, and executor traits for SimpleX SMP command transport; + * padded transport block encoding and decoding helpers and related constants; + * TLS hello, server proof, evidence, and policy validation models; + * an optional `std` client transport built on `rustls` for active network use. + +## Copyright + +Except as otherwise noted, all files in the `radroots_simplex_smp_transport` +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_transport` +distribution.