commit 3e7ecfe6a9927804220d4ccd54f693a27c97de02
parent 1d557a9458d121bdedcc5422f40102529771106e
Author: triesap <tyson@radroots.org>
Date: Fri, 10 Apr 2026 00:59:29 +0000
replica_db_schema: update metadata
Diffstat:
3 files changed, 25 insertions(+), 16 deletions(-)
diff --git a/crates/replica_db_schema/Cargo.toml b/crates/replica_db_schema/Cargo.toml
@@ -7,11 +7,11 @@ authors = [
]
rust-version.workspace = true
license.workspace = true
-description = "replica schema models and relational interfaces for radroots data layers"
+description = "Replica database schema models"
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/radroots_replica_db_schema"
-readme.workspace = true
+readme = "README"
build = "build.rs"
[lib]
diff --git a/crates/replica_db_schema/README b/crates/replica_db_schema/README
@@ -0,0 +1,23 @@
+# radroots_replica_db_schema
+
+This is the README for `radroots_replica_db_schema`, which provides replica
+schema models for the `radroots` core libraries.
+
+## Overview
+
+ * schema model types reexported from the `models` module;
+ * table- and record-oriented value types shared by replica database code;
+ * optional serialization and shared type export support through `serde`,
+ `typeshare`, and `ts-rs`;
+ * no runtime backend logic beyond the shared schema model layer.
+
+## Copyright
+
+Except as otherwise noted, all files in the `radroots_replica_db_schema`
+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_replica_db_schema`
+distribution.
diff --git a/crates/replica_db_schema/README.md b/crates/replica_db_schema/README.md
@@ -1,14 +0,0 @@
-# radroots_replica_db_schema
-
-Replica schema models and relational interfaces for Rad Roots data layers.
-
-## Goals
-
-- define stable schema models and relation interfaces for replica data
-- keep schema serialization and type export deterministic across targets
-- support reusable schema contracts for database and wasm crates
-- provide reusable schema primitives for higher-level Rad Roots crates
-
-## License
-
-Licensed under AGPL-3.0. See LICENSE.