From 5ad4d024652fd992f23e4eca9b39ee39d79ee253 Mon Sep 17 00:00:00 2001 From: Kyle Manning Date: Thu, 16 Mar 2023 05:30:41 +0900 Subject: [PATCH 1/8] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a36ffc4..77e3be2 100644 --- a/README.md +++ b/README.md @@ -1588,6 +1588,7 @@ 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) - 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) From b5f9544d7c6abe5deff75514ebd11bc0291df2e2 Mon Sep 17 00:00:00 2001 From: Kyle Manning Date: Fri, 17 Mar 2023 08:46:40 +0900 Subject: [PATCH 2/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77e3be2..c857430 100644 --- a/README.md +++ b/README.md @@ -1588,7 +1588,7 @@ 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) - Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces. + * [leptos](https://github.com/leptos-rs/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) From e741b8cbeef939937f608c8008385bdf34d5f9cf Mon Sep 17 00:00:00 2001 From: Kyle Manning Date: Fri, 17 Mar 2023 08:58:42 +0900 Subject: [PATCH 3/8] added leptos to README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c857430..a2b8bff 100644 --- a/README.md +++ b/README.md @@ -1588,7 +1588,7 @@ 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) - Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces. + * [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) From a928194f6b401fff8d6681d0afd5dcb1a612851d Mon Sep 17 00:00:00 2001 From: Kyle Manning Date: Fri, 17 Mar 2023 09:05:40 +0900 Subject: [PATCH 4/8] 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) From 9c6f2a46f09e9e06c6898bb3bcd938b1d14c4967 Mon Sep 17 00:00:00 2001 From: Kyle Manning Date: Fri, 17 Mar 2023 09:12:20 +0900 Subject: [PATCH 5/8] Revert "added crate badge to leptos entry" This reverts commit a928194f6b401fff8d6681d0afd5dcb1a612851d. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a36ffc4..a2b8bff 100644 --- a/README.md +++ b/README.md @@ -1588,6 +1588,7 @@ 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) From ca7e62cbe491a66f038a12c1641cd0ebc67f9be7 Mon Sep 17 00:00:00 2001 From: Kyle Manning Date: Fri, 17 Mar 2023 09:15:58 +0900 Subject: [PATCH 6/8] added badge to leptos entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2b8bff..d1a22f8 100644 --- a/README.md +++ b/README.md @@ -1588,7 +1588,7 @@ 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. + * [leptos](https://github.com/leptos-rs/leptos) — Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces.[![crate](https://img.shields.io/crates/v/create-rust-app.svg)](https://crates.io/crates/leptos) * [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) From cbbd8ecf9ed3d8852fa7dfcb01c3ecfaed26f41a Mon Sep 17 00:00:00 2001 From: Kyle Manning Date: Fri, 17 Mar 2023 09:18:31 +0900 Subject: [PATCH 7/8] added formatting to leptos entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1a22f8..0d2512b 100644 --- a/README.md +++ b/README.md @@ -1588,7 +1588,7 @@ 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) — Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces.[![crate](https://img.shields.io/crates/v/create-rust-app.svg)](https://crates.io/crates/leptos) + * [leptos](https://github.com/leptos-rs/leptos) — Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces. [![crate](https://img.shields.io/crates/v/create-rust-app.svg)](https://crates.io/crates/leptos) * [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) From a94a813eec9ceed79f174faee5b4f42f7cdb75ba Mon Sep 17 00:00:00 2001 From: Kyle Manning Date: Sat, 18 Mar 2023 05:54:05 +0900 Subject: [PATCH 8/8] removed previos formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d2512b..d1a22f8 100644 --- a/README.md +++ b/README.md @@ -1588,7 +1588,7 @@ 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) — Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces. [![crate](https://img.shields.io/crates/v/create-rust-app.svg)](https://crates.io/crates/leptos) + * [leptos](https://github.com/leptos-rs/leptos) — Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces.[![crate](https://img.shields.io/crates/v/create-rust-app.svg)](https://crates.io/crates/leptos) * [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)