Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "rustforweb-website"
description = "Rust For Web website."
description = "Rust for Web website."
publish = false

authors = ["Rust For Web <info@rustforweb.org>"]
authors = ["Rust for Web <info@rustforweb.org>"]
edition = "2024"
license = "MIT"
repository = "https://github.com/RustForWeb/rustforweb.github.io"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Rust For Web
Copyright (c) 2024 Rust for Web

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<p align="center">
<a href="./assets/images/logo.svg" alt="Rust For Web Logo">
<a href="./assets/images/logo.svg" alt="Rust for Web Logo">
<img src="./assets/images/logo.svg" width="300" height="200">
</a>
</p>

<h1 align="center">Rust For Web</h1>
<h1 align="center">Rust for Web</h1>

Creates and ports web UI 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.
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.

## Documentation

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Rust For Web creates and ports web UI libraries for Rust." />
<meta name="description" content="Rust for Web creates and ports web UI libraries for Rust." />

<title>Rust For Web</title>
<title>Rust for Web</title>

<link data-trunk rel="icon" href="./assets/images/logo.svg" />

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rustforweb/website",
"description": "Rust For Web website.",
"author": "Rust For Web <info@rustforweb.org>",
"description": "Rust for Web website.",
"author": "Rust for Web <info@rustforweb.org>",
"repository": "github:RustForWeb/rustforweb.github.io",
"license": "MIT",
"private": true,
Expand Down
Loading