mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 20:03:07 +00:00
Merge branch 'main' into main
This commit is contained in:
commit
af0dea22db
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
@ -1754,7 +1754,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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue