From a928194f6b401fff8d6681d0afd5dcb1a612851d Mon Sep 17 00:00:00 2001 From: Kyle Manning Date: Fri, 17 Mar 2023 09:05:40 +0900 Subject: [PATCH] added crate badge to leptos entry --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a2b8bff..a36ffc4 100644 --- a/README.md +++ b/README.md @@ -1588,7 +1588,6 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework * Client-side / WASM * [cargo-web](https://crates.io/crates/cargo-web) — A Cargo subcommand for the client-side Web [![Build Status](https://api.travis-ci.org/koute/cargo-web.svg?branch=master)](https://travis-ci.org/koute/cargo-web) - * [leptos](https://github.com/leptos-rs/leptos) [[CRATE](https://crates.io/crates/leptos)] — Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces. * [sauron](https://github.com/ivanceras/sauron) - Client side web framework which closely adheres to The Elm Architecture. [![Build Status](https://api.travis-ci.org/ivanceras/sauron.svg?branch=master)](https://travis-ci.org/ivanceras/sauron) * [seed](https://seed-rs.org/) — A Rust framework for creating web apps * [stdweb](https://crates.io/crates/stdweb) — A standard library for the client-side Web [![Build Status](https://api.travis-ci.org/koute/stdweb.svg?branch=master)](https://travis-ci.org/koute/stdweb)