From 5e181abd11d27dd02af5f98064aba929c06d209d Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Mon, 4 Mar 2024 21:38:52 +0000 Subject: [PATCH] Fix seed-rs and cargo-limit links --- README.md | 4 ++-- src/main.rs | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4986418..5790be2 100644 --- a/README.md +++ b/README.md @@ -618,7 +618,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [cargo-graph](https://crates.io/crates/cargo-graph) — updated fork of `cargo-dot` with additional features. Unmaintained, see `cargo-deps` * [cargo-info](https://crates.io/crates/cargo-info) — queries crates.io for crates details from command line * [cargo-license](https://crates.io/crates/cargo-license) — A cargo subcommand to quickly view the licenses of all dependencies. - * [cargo-limit](https://crates.io/crates/cargo-limit) — Cargo with less noise: warnings are skipped until errors are fixed, Neovim integration, etc. [![build badge](https://github.com/alopatindev/cargo-limit/actions/workflows/rust.yml/badge.svg)](https://github.com/alopatindev/cargo-limit/actions) + * [cargo-limit](https://crates.io/crates/cargo-limit) — Cargo with less noise: warnings are skipped until errors are fixed, Neovim integration, etc. [![build badge](https://github.com/cargo-limit//cargo-limit/actions/workflows/rust.yml/badge.svg)](https://github.com/cargo-limit//cargo-limit/actions) * [cargo-make](https://crates.io/crates/cargo-make) — Task runner and build tool. [![build badge](https://github.com/sagiegurari/cargo-make/workflows/CI/badge.svg?branch=master)](https://github.com/sagiegurari/cargo-make/actions) * [cargo-modules](https://crates.io/crates/cargo-modules) — A cargo plugin for showing a tree-like overview of a crate's modules. * [cargo-multi](https://crates.io/crates/cargo-multi) — runs specified cargo command on multiple crates @@ -1753,7 +1753,7 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework * [cargo-web](https://crates.io/crates/cargo-web) — A Cargo subcommand for the client-side Web * [leptos](https://github.com/leptos-rs/leptos) — Leptos is a full-stack, isomorphic 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. - * [seed](https://seed-rs.org/) — A framework for creating web apps + * [seed](https://github.com/seed-rs/seed) — A framework for creating web apps * [stdweb](https://crates.io/crates/stdweb) — A standard library for the client-side Web * [yew](https://crates.io/crates/yew) — A framework for making client web apps * HTTP Client diff --git a/src/main.rs b/src/main.rs index 30ea26f..ffd58a7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -63,7 +63,6 @@ lazy_static! { "http://kiss3d.org".to_string(), // https://github.com/sebcrozet/kiss3d has >900 stars "https://github.com/rust-qt".to_string(), // Various high-stars repositories "https://chromium.googlesource.com/chromiumos/platform/crosvm/".to_string(), // Can't tell count directly, but various mirrors of it (e.g. https://github.com/dgreid/crosvm) have enough stars that it's got enough interest - "https://seed-rs.org/".to_string(), // https://github.com/seed-rs/seed has 2.1k stars "https://crates.io".to_string(), // This one gets a free pass :) "https://cloudsmith.com/product/formats/cargo-registry".to_string(), // First private cargo registry (https://cloudsmith.com/blog/worlds-first-private-cargo-registry-w-cloudsmith-rust/) and not much in the way of other options yet. See also https://github.com/rust-unofficial/awesome-rust/pull/1141#discussion_r688711555 "https://gitlab.com/ttyperacer/terminal-typeracer".to_string(), // GitLab repo with >40 stars.