From aac77da1808a63a5d65ce3e2713cd53d25a08105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Fri, 13 Mar 2026 11:35:52 +0100 Subject: [PATCH] docs: add missing READMEs --- packages/integrations/shield-dioxus-axum/README.md | 13 +++++++++++++ packages/integrations/shield-leptos-actix/README.md | 13 +++++++++++++ packages/integrations/shield-leptos-axum/README.md | 13 +++++++++++++ packages/storage/shield-memory/README.md | 13 +++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 packages/integrations/shield-dioxus-axum/README.md create mode 100644 packages/integrations/shield-leptos-actix/README.md create mode 100644 packages/integrations/shield-leptos-axum/README.md create mode 100644 packages/storage/shield-memory/README.md diff --git a/packages/integrations/shield-dioxus-axum/README.md b/packages/integrations/shield-dioxus-axum/README.md new file mode 100644 index 0000000..3a11506 --- /dev/null +++ b/packages/integrations/shield-dioxus-axum/README.md @@ -0,0 +1,13 @@ +

Shield Dioxus Axum

+ +[Dioxus](https://dioxuslabs.com/) [Axum](https://github.com/tokio-rs/axum) integration for Shield. + +## Documentation + +See [the Shield book](https://shield.rustforweb.org/) for documentation. + +## Rust for Web + +The Shield project is part of [Rust for Web](https://github.com/RustForWeb). + +[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source. diff --git a/packages/integrations/shield-leptos-actix/README.md b/packages/integrations/shield-leptos-actix/README.md new file mode 100644 index 0000000..c52e272 --- /dev/null +++ b/packages/integrations/shield-leptos-actix/README.md @@ -0,0 +1,13 @@ +

Shield Leptos Actix

+ +[Leptos](https://leptos.dev/) [Actix](https://actix.rs/) integration for Shield. + +## Documentation + +See [the Shield book](https://shield.rustforweb.org/) for documentation. + +## Rust for Web + +The Shield project is part of [Rust for Web](https://github.com/RustForWeb). + +[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source. diff --git a/packages/integrations/shield-leptos-axum/README.md b/packages/integrations/shield-leptos-axum/README.md new file mode 100644 index 0000000..83b053f --- /dev/null +++ b/packages/integrations/shield-leptos-axum/README.md @@ -0,0 +1,13 @@ +

Shield Leptos Axum

+ +[Leptos](https://leptos.dev/) [Axum](https://github.com/tokio-rs/axum) integration for Shield. + +## Documentation + +See [the Shield book](https://shield.rustforweb.org/) for documentation. + +## Rust for Web + +The Shield project is part of [Rust for Web](https://github.com/RustForWeb). + +[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source. diff --git a/packages/storage/shield-memory/README.md b/packages/storage/shield-memory/README.md new file mode 100644 index 0000000..9e37560 --- /dev/null +++ b/packages/storage/shield-memory/README.md @@ -0,0 +1,13 @@ +

Shield Memory

+ +Memory storage for Shield. + +## Documentation + +See [the Shield book](https://shield.rustforweb.org/) for documentation. + +## Rust for Web + +The Shield project is part of [Rust for Web](https://github.com/RustForWeb). + +[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.