From 87fdbc11692e74436da3c01a6b04a3811e79909c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Sat, 30 Aug 2025 08:42:58 +0200 Subject: [PATCH] docs: update organization description --- README.md | 2 +- index.html | 2 +- src/routes/index.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4c3324..b08acfe 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Rust for Web

-Creates and ports web UI libraries for Rust. +Creates and ports web libraries for Rust. Rust for Web is a collection of libraries designed for building web applications with Rust and WebAssembly. These libraries provide ready-to-use components for popular Rust web frameworks such as [Dioxus](https://dioxuslabs.com/), [Leptos](https://leptos.dev/), and [Yew](https://yew.rs/). Rust for Web is inspired by the rich ecosystems of JavaScript frameworks like React and aims to bring the same ease of use to the Rust web ecosystem. It achieves this by leveraging the strengths of existing JavaScript component libraries and porting their functionality to Rust. diff --git a/index.html b/index.html index 2b7c848..21e7787 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + Rust for Web diff --git a/src/routes/index.rs b/src/routes/index.rs index abe7ffb..9cc9c2b 100644 --- a/src/routes/index.rs +++ b/src/routes/index.rs @@ -33,7 +33,7 @@ pub fn Index() -> Html { r#as={HeadingAs::H2} mb=4 > - {"Creates and ports web UI libraries for Rust."} + {"Creates and ports web libraries for Rust."}