commit 52a2c195baeb3019024c6f20360eca317477cd34
parent df816cb0abb9b9d9c61631bea6b414b4feaee814
Author: triesap <tyson@radroots.org>
Date: Fri, 10 Apr 2026 00:59:03 +0000
simplex_chat_proto: update metadata
Diffstat:
2 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/crates/simplex_chat_proto/Cargo.toml b/crates/simplex_chat_proto/Cargo.toml
@@ -7,11 +7,11 @@ authors = [
]
rust-version.workspace = true
license.workspace = true
-description = "simplex chat protocol primitives for the radroots sdk"
+description = "SimpleX chat protocol primitives and codecs"
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/radroots_simplex_chat_proto"
-readme.workspace = true
+readme = "README"
[features]
default = ["std"]
diff --git a/crates/simplex_chat_proto/README b/crates/simplex_chat_proto/README
@@ -0,0 +1,23 @@
+# radroots_simplex_chat_proto
+
+This is the README for `radroots_simplex_chat_proto`, which provides SimpleX
+chat protocol primitives for the `radroots` core libraries.
+
+## Overview
+
+ * encode and decode helpers for chat batches and versioned message payloads;
+ * message, contact, file, invite, status, scope, and link-preview model types;
+ * protocol version constants and compatibility helpers for chat exchanges;
+ * optional `zstd` compression support alongside shared serialization and
+ type-export features.
+
+## Copyright
+
+Except as otherwise noted, all files in the `radroots_simplex_chat_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_chat_proto`
+distribution.