commit 23db7f2dec810c7c9f236c98908d4c4061c8d4a9
parent afe89cfd94e1be23b73da8d07ed83826326d2ca3
Author: triesap <tyson@radroots.org>
Date: Fri, 10 Apr 2026 00:58:58 +0000
simplex_agent_store: update metadata
Diffstat:
2 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/crates/simplex_agent_store/Cargo.toml b/crates/simplex_agent_store/Cargo.toml
@@ -8,11 +8,11 @@ authors = [
]
rust-version.workspace = true
license.workspace = true
-description = "simplex agent persistence and queue state for the radroots sdk"
+description = "SimpleX agent queue and delivery persistence models"
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/radroots_simplex_agent_store"
-readme.workspace = true
+readme = "README"
[features]
default = ["std"]
diff --git a/crates/simplex_agent_store/README b/crates/simplex_agent_store/README
@@ -0,0 +1,24 @@
+# radroots_simplex_agent_store
+
+This is the README for `radroots_simplex_agent_store`, which provides agent
+queue persistence models for the `radroots` core libraries.
+
+## Overview
+
+ * connection, queue, and queue-authentication record types for stored agent
+ state;
+ * outbound command, pending work, and delivery cursor models used by the agent
+ runtime;
+ * typed store errors and shared serialization support for persisted records;
+ * a small support crate intended to be consumed by higher-level runtime code.
+
+## Copyright
+
+Except as otherwise noted, all files in the `radroots_simplex_agent_store`
+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_store`
+distribution.