From d5f816e2d04cf2f76a16488f5b16f346e7461360 Mon Sep 17 00:00:00 2001 From: Alexander Medvedev Date: Fri, 3 Jan 2025 19:22:56 +0100 Subject: [PATCH 01/29] Add Pumpkin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f4a9d852b..ee6430e5d 100644 --- a/README.md +++ b/README.md @@ -1670,6 +1670,8 @@ See also [Are we game yet?](https://arewegameyet.rs) * gRPC * [hyperium/tonic](https://github.com/hyperium/tonic) - A native gRPC client & server implementation with async/await support [![Crates.io](https://img.shields.io/crates/v/tonic)](https://crates.io/crates/tonic) * [tikv/grpc-rs](https://github.com/tikv/grpc-rs) - The gRPC library built on C Core library and futures +* Pumpkin + * [Pumpkin](https://github.com/pumpkin-mc/pumpkin) - A high-performance Minecraft server Software fully written in Rust * HTTP * [Hurl](https://github.com/Orange-OpenSource/hurl) - Run and test HTTP requests with plain text and libcurl [![CI](https://github.com/Orange-OpenSource/hurl/workflows/CI/badge.svg)](https://github.com/Orange-OpenSource/hurl/actions) * IPNetwork From 73bd3192851fd014bfa184cf96ee2f618f178aa1 Mon Sep 17 00:00:00 2001 From: Lucy Date: Fri, 3 Jan 2025 22:18:01 +0100 Subject: [PATCH 02/29] Add bedrock-rs to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f4a9d852b..8c8153e2b 100644 --- a/README.md +++ b/README.md @@ -1485,6 +1485,8 @@ See also [Are we game yet?](https://arewegameyet.rs) * [SiegeLord/RustAllegro](https://github.com/SiegeLord/RustAllegro) - [Allegro 5](https://liballeg.org/) bindings * [Awesome Quads](https://github.com/ozkriff/awesome-quads) - A curated list of links to miniquad/macroquad-related code & resources * [Awesome wgpu](https://github.com/rofrol/awesome-wgpu) - A curated list of wgpu code and resources +* bedrock-rs + * [bedrock-crustaceans/bedrockrs](https://github.com/bedrock-crustaceans/bedrockrs) - Universal toolkit for Minecraft Bedrock Edition development in Rust. [![GitHub stars](https://img.shields.io/github/stars/bedrock-crustaceans/bedrockrs)](https://github.com/bedrock-crustaceans/bedrockrs) [![CI](https://github.com/bedrock-crustaceans/bedrockrs/actions/workflows/ci.yml/badge.svg)](https://github.com/bedrock-crustaceans/bedrockrs/actions/workflows/ci.yml) * bracket-lib (previously RLTK) * [bracket-lib](https://github.com/amethyst/bracket-lib) [[bracket-lib](https://crates.io/crates/bracket-lib)] - The Roguelike Toolkit (RLTK). [![Rust](https://github.com/amethyst/bracket-lib/actions/workflows/rust.yml/badge.svg)](https://github.com/amethyst/bracket-lib/actions/workflows/rust.yml) * Challonge From 662229108b5095ed8046bd32494ca56e82069c5e Mon Sep 17 00:00:00 2001 From: Lucy Date: Sat, 4 Jan 2025 12:53:05 +0100 Subject: [PATCH 03/29] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c8153e2b..9b918205b 100644 --- a/README.md +++ b/README.md @@ -1485,8 +1485,8 @@ See also [Are we game yet?](https://arewegameyet.rs) * [SiegeLord/RustAllegro](https://github.com/SiegeLord/RustAllegro) - [Allegro 5](https://liballeg.org/) bindings * [Awesome Quads](https://github.com/ozkriff/awesome-quads) - A curated list of links to miniquad/macroquad-related code & resources * [Awesome wgpu](https://github.com/rofrol/awesome-wgpu) - A curated list of wgpu code and resources -* bedrock-rs - * [bedrock-crustaceans/bedrockrs](https://github.com/bedrock-crustaceans/bedrockrs) - Universal toolkit for Minecraft Bedrock Edition development in Rust. [![GitHub stars](https://img.shields.io/github/stars/bedrock-crustaceans/bedrockrs)](https://github.com/bedrock-crustaceans/bedrockrs) [![CI](https://github.com/bedrock-crustaceans/bedrockrs/actions/workflows/ci.yml/badge.svg)](https://github.com/bedrock-crustaceans/bedrockrs/actions/workflows/ci.yml) +* Minecraft + * [bedrock-crustaceans/bedrock-rs](https://github.com/bedrock-crustaceans/bedrockrs) - Universal toolkit for Minecraft Bedrock Edition development in Rust. [![GitHub stars](https://img.shields.io/github/stars/bedrock-crustaceans/bedrockrs)](https://github.com/bedrock-crustaceans/bedrockrs) [![CI](https://github.com/bedrock-crustaceans/bedrockrs/actions/workflows/ci.yml/badge.svg)](https://github.com/bedrock-crustaceans/bedrockrs/actions/workflows/ci.yml) * bracket-lib (previously RLTK) * [bracket-lib](https://github.com/amethyst/bracket-lib) [[bracket-lib](https://crates.io/crates/bracket-lib)] - The Roguelike Toolkit (RLTK). [![Rust](https://github.com/amethyst/bracket-lib/actions/workflows/rust.yml/badge.svg)](https://github.com/amethyst/bracket-lib/actions/workflows/rust.yml) * Challonge From 066e8ac26c8d4415cf8d250a52658b21f6739556 Mon Sep 17 00:00:00 2001 From: Lucy Date: Sat, 4 Jan 2025 14:40:09 +0100 Subject: [PATCH 04/29] update bedrockrs to bedrock-rs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b918205b..5dd0bdb76 100644 --- a/README.md +++ b/README.md @@ -1486,7 +1486,7 @@ See also [Are we game yet?](https://arewegameyet.rs) * [Awesome Quads](https://github.com/ozkriff/awesome-quads) - A curated list of links to miniquad/macroquad-related code & resources * [Awesome wgpu](https://github.com/rofrol/awesome-wgpu) - A curated list of wgpu code and resources * Minecraft - * [bedrock-crustaceans/bedrock-rs](https://github.com/bedrock-crustaceans/bedrockrs) - Universal toolkit for Minecraft Bedrock Edition development in Rust. [![GitHub stars](https://img.shields.io/github/stars/bedrock-crustaceans/bedrockrs)](https://github.com/bedrock-crustaceans/bedrockrs) [![CI](https://github.com/bedrock-crustaceans/bedrockrs/actions/workflows/ci.yml/badge.svg)](https://github.com/bedrock-crustaceans/bedrockrs/actions/workflows/ci.yml) + * [bedrock-crustaceans/bedrock-rs](https://github.com/bedrock-crustaceans/bedrock-rs) - Universal toolkit for Minecraft Bedrock Edition development in Rust. [![GitHub stars](https://img.shields.io/github/stars/bedrock-crustaceans/bedrock-rs)](https://github.com/bedrock-crustaceans/bedrock-rs) [![CI](https://github.com/bedrock-crustaceans/bedrock-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/bedrock-crustaceans/bedrock-rs/actions/workflows/ci.yml) * bracket-lib (previously RLTK) * [bracket-lib](https://github.com/amethyst/bracket-lib) [[bracket-lib](https://crates.io/crates/bracket-lib)] - The Roguelike Toolkit (RLTK). [![Rust](https://github.com/amethyst/bracket-lib/actions/workflows/rust.yml/badge.svg)](https://github.com/amethyst/bracket-lib/actions/workflows/rust.yml) * Challonge From cc34763501c2542b0479bda88f5fbfe4686ab625 Mon Sep 17 00:00:00 2001 From: Lucy Date: Sun, 5 Jan 2025 10:16:28 +0100 Subject: [PATCH 05/29] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dd0bdb76..1d9e00aac 100644 --- a/README.md +++ b/README.md @@ -1485,8 +1485,6 @@ See also [Are we game yet?](https://arewegameyet.rs) * [SiegeLord/RustAllegro](https://github.com/SiegeLord/RustAllegro) - [Allegro 5](https://liballeg.org/) bindings * [Awesome Quads](https://github.com/ozkriff/awesome-quads) - A curated list of links to miniquad/macroquad-related code & resources * [Awesome wgpu](https://github.com/rofrol/awesome-wgpu) - A curated list of wgpu code and resources -* Minecraft - * [bedrock-crustaceans/bedrock-rs](https://github.com/bedrock-crustaceans/bedrock-rs) - Universal toolkit for Minecraft Bedrock Edition development in Rust. [![GitHub stars](https://img.shields.io/github/stars/bedrock-crustaceans/bedrock-rs)](https://github.com/bedrock-crustaceans/bedrock-rs) [![CI](https://github.com/bedrock-crustaceans/bedrock-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/bedrock-crustaceans/bedrock-rs/actions/workflows/ci.yml) * bracket-lib (previously RLTK) * [bracket-lib](https://github.com/amethyst/bracket-lib) [[bracket-lib](https://crates.io/crates/bracket-lib)] - The Roguelike Toolkit (RLTK). [![Rust](https://github.com/amethyst/bracket-lib/actions/workflows/rust.yml/badge.svg)](https://github.com/amethyst/bracket-lib/actions/workflows/rust.yml) * Challonge @@ -1507,6 +1505,8 @@ See also [Are we game yet?](https://arewegameyet.rs) * [Godot](https://godotengine.org/) * [godot-rust/gdext](https://github.com/godot-rust/gdext) [[gdext](https://crates.io/crates/gdext)] - Bindings to the Godot 4+ game engine [![CI](https://github.com/godot-rust/gdext/actions/workflows/full-ci.yml/badge.svg)](https://github.com/godot-rust/gdext/actions/workflows/full-ci.yml) * [godot-rust/gdnative](https://github.com/godot-rust/gdnative) [[gdnative](https://crates.io/crates/gdnative)] - Bindings to the Godot 3+ game engine [![CI](https://github.com/godot-rust/gdnative/actions/workflows/full-ci.yml/badge.svg)](https://github.com/godot-rust/gdnative/actions/workflows/full-ci.yml) +* Minecraft + * [bedrock-crustaceans/bedrock-rs](https://github.com/bedrock-crustaceans/bedrock-rs) - Universal toolkit for Minecraft Bedrock Edition development in Rust. [![GitHub stars](https://img.shields.io/github/stars/bedrock-crustaceans/bedrock-rs)](https://github.com/bedrock-crustaceans/bedrock-rs) [![CI](https://github.com/bedrock-crustaceans/bedrock-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/bedrock-crustaceans/bedrock-rs/actions/workflows/ci.yml) * [Raylib](https://www.raylib.com/) * [deltaphc/raylib-rs](https://github.com/deltaphc/raylib-rs) [[raylib](https://crates.io/crates/raylib)] - Bindings for raylib * [SDL](http://www.libsdl.org/) [[sdl](https://crates.io/keywords/sdl)] From 11fa452a589ef3750ee8778a1cf572b2d6a3f656 Mon Sep 17 00:00:00 2001 From: Alexander Medvedev Date: Sun, 5 Jan 2025 18:27:45 +0100 Subject: [PATCH 06/29] fix format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d116a32b9..87ca2374e 100644 --- a/README.md +++ b/README.md @@ -1675,8 +1675,6 @@ See also [Are we game yet?](https://arewegameyet.rs) * gRPC * [hyperium/tonic](https://github.com/hyperium/tonic) - A native gRPC client & server implementation with async/await support [![Crates.io](https://img.shields.io/crates/v/tonic)](https://crates.io/crates/tonic) * [tikv/grpc-rs](https://github.com/tikv/grpc-rs) - The gRPC library built on C Core library and futures -* Pumpkin - * [Pumpkin](https://github.com/pumpkin-mc/pumpkin) - A high-performance Minecraft server Software fully written in Rust * HTTP * [Hurl](https://github.com/Orange-OpenSource/hurl) - Run and test HTTP requests with plain text and libcurl [![CI](https://github.com/Orange-OpenSource/hurl/workflows/CI/badge.svg)](https://github.com/Orange-OpenSource/hurl/actions) * IPNetwork @@ -1705,6 +1703,8 @@ See also [Are we game yet?](https://arewegameyet.rs) * [n0-computer/iroh](https://github.com/n0-computer/iroh) [[iroh](https://crates.io/crates/iroh)] - crate for building on direct connections between devices [![CI](https://github.com/n0-computer/iroh/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/n0-computer/iroh/actions/workflows/ci.yml) * POP3 * [mattnenterprise/rust-pop3](https://github.com/mattnenterprise/rust-pop3) [[pop3](https://crates.io/crates/pop3)] - A [POP3](https://en.wikipedia.org/wiki/Post_Office_Protocol) client +* Pumpkin + * [Pumpkin](https://github.com/pumpkin-mc/pumpkin) - A high-performance Minecraft server Software fully written in Rust * QUIC * [aws/s2n-quic](https://github.com/aws/s2n-quic) - An implementation of the IETF QUIC protocol ![ci](https://img.shields.io/github/actions/workflow/status/aws/s2n-quic/ci.yml?branch=main) * [cloudflare/quiche](https://github.com/cloudflare/quiche) - cloudflare implementation of the QUIC transport protocol and HTTP/3 ![build](https://img.shields.io/github/actions/workflow/status/cloudflare/quiche/stable.yml?branch=master) From 96d87a7b9de44abeb9e7117cdb7f3c3db0c3f29a Mon Sep 17 00:00:00 2001 From: Alexander Medvedev Date: Sun, 5 Jan 2025 18:35:26 +0100 Subject: [PATCH 07/29] put into minecraft category --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87ca2374e..2b0e3ea00 100644 --- a/README.md +++ b/README.md @@ -1510,6 +1510,8 @@ See also [Are we game yet?](https://arewegameyet.rs) * [godot-rust/gdnative](https://github.com/godot-rust/gdnative) [[gdnative](https://crates.io/crates/gdnative)] - Bindings to the Godot 3+ game engine [![CI](https://github.com/godot-rust/gdnative/actions/workflows/full-ci.yml/badge.svg)](https://github.com/godot-rust/gdnative/actions/workflows/full-ci.yml) * Minecraft * [bedrock-crustaceans/bedrock-rs](https://github.com/bedrock-crustaceans/bedrock-rs) - Universal toolkit for Minecraft Bedrock Edition development in Rust. [![GitHub stars](https://img.shields.io/github/stars/bedrock-crustaceans/bedrock-rs)](https://github.com/bedrock-crustaceans/bedrock-rs) [![CI](https://github.com/bedrock-crustaceans/bedrock-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/bedrock-crustaceans/bedrock-rs/actions/workflows/ci.yml) + * Pumpkin + * [Pumpkin](https://github.com/pumpkin-mc/pumpkin) - A high-performance Minecraft server Software fully written in Rust * [Raylib](https://www.raylib.com/) * [deltaphc/raylib-rs](https://github.com/deltaphc/raylib-rs) [[raylib](https://crates.io/crates/raylib)] - Bindings for raylib * [SDL](http://www.libsdl.org/) [[sdl](https://crates.io/keywords/sdl)] @@ -1703,8 +1705,6 @@ See also [Are we game yet?](https://arewegameyet.rs) * [n0-computer/iroh](https://github.com/n0-computer/iroh) [[iroh](https://crates.io/crates/iroh)] - crate for building on direct connections between devices [![CI](https://github.com/n0-computer/iroh/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/n0-computer/iroh/actions/workflows/ci.yml) * POP3 * [mattnenterprise/rust-pop3](https://github.com/mattnenterprise/rust-pop3) [[pop3](https://crates.io/crates/pop3)] - A [POP3](https://en.wikipedia.org/wiki/Post_Office_Protocol) client -* Pumpkin - * [Pumpkin](https://github.com/pumpkin-mc/pumpkin) - A high-performance Minecraft server Software fully written in Rust * QUIC * [aws/s2n-quic](https://github.com/aws/s2n-quic) - An implementation of the IETF QUIC protocol ![ci](https://img.shields.io/github/actions/workflow/status/aws/s2n-quic/ci.yml?branch=main) * [cloudflare/quiche](https://github.com/cloudflare/quiche) - cloudflare implementation of the QUIC transport protocol and HTTP/3 ![build](https://img.shields.io/github/actions/workflow/status/cloudflare/quiche/stable.yml?branch=master) From 0d5e573f0816e2fec37449770d2fd83e3b1ab997 Mon Sep 17 00:00:00 2001 From: Kosumi Date: Sun, 5 Jan 2025 16:53:34 -0500 Subject: [PATCH 08/29] Add aichat --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b0e3ea00..d483ab6f1 100644 --- a/README.md +++ b/README.md @@ -426,7 +426,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [hyperswitch](https://github.com/juspay/hyperswitch) - An open source payments orchestrator that lets you connect with multiple payment processors and route payment traffic effortlessly, all with a single API integration ![GitHub last commit](https://img.shields.io/github/last-commit/juspay/hyperswitch?style=flat-square) ### Productivity - +* [aichat](https://github.com/sigoden/aichat) - All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI Tools & Agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more. * [ast-grep](https://github.com/ast-grep/ast-grep) - A CLI tool for code structural search, lint and rewriting. * [Bartib](https://github.com/nikolassv/bartib) [[Bartib](https://crates.io/crates/bartib)] - A simple timetracker for the command line [![Tests](https://github.com/nikolassv/bartib/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/nikolassv/bartib/actions/workflows/test.yml) * [espanso](https://github.com/espanso/espanso) - A cross-platform Text Expander. [![CI](https://github.com/espanso/espanso/actions/workflows/ci.yml/badge.svg?branch=dev&event=push)](https://github.com/espanso/espanso/actions/workflows/ci.yml) From 868815f2dfc99d0da0ef437067c2a3e3c021e35d Mon Sep 17 00:00:00 2001 From: Kosumi Date: Sun, 5 Jan 2025 16:55:30 -0500 Subject: [PATCH 09/29] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d483ab6f1..3ba77db80 100644 --- a/README.md +++ b/README.md @@ -426,6 +426,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [hyperswitch](https://github.com/juspay/hyperswitch) - An open source payments orchestrator that lets you connect with multiple payment processors and route payment traffic effortlessly, all with a single API integration ![GitHub last commit](https://img.shields.io/github/last-commit/juspay/hyperswitch?style=flat-square) ### Productivity + * [aichat](https://github.com/sigoden/aichat) - All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI Tools & Agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more. * [ast-grep](https://github.com/ast-grep/ast-grep) - A CLI tool for code structural search, lint and rewriting. * [Bartib](https://github.com/nikolassv/bartib) [[Bartib](https://crates.io/crates/bartib)] - A simple timetracker for the command line [![Tests](https://github.com/nikolassv/bartib/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/nikolassv/bartib/actions/workflows/test.yml) From 1295b2d7c9ab4f2115cddb1d4d13c8856b1cf22b Mon Sep 17 00:00:00 2001 From: Kosumi Date: Sun, 5 Jan 2025 17:03:56 -0500 Subject: [PATCH 10/29] Add tickrs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ba77db80..ab13305f3 100644 --- a/README.md +++ b/README.md @@ -330,6 +330,7 @@ See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulato See also [Payments](#payments) applications. * [e257-fi/tackler-ng](https://github.com/e257-fi/tackler-ng) [[tackler](https://crates.io/crates/tackler)] - Fast, reliable bookkeeping engine with native GIT SCM support for plain text accounting [![CI Badge](https://github.com/e257-fi/tackler-ng/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/e257-fi/tackler-ng/blob/main/.github/workflows/ci.yml) +* [tarkah/tickrs](https://github.com/tarkah/tickrs) - Realtime ticker data in your terminal ### Games From 157d452aef68472227c70a4c2587d40c9337f420 Mon Sep 17 00:00:00 2001 From: Kosumi Date: Sun, 5 Jan 2025 17:06:58 -0500 Subject: [PATCH 11/29] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ba77db80..47965999f 100644 --- a/README.md +++ b/README.md @@ -886,6 +886,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https:// * [facebookexperimental/MIRAI](https://github.com/facebookexperimental/mirai) - an abstract interpreter operating on Rust's mid-level intermediate representation (MIR) [![Continuous Integration](https://github.com/facebookexperimental/mirai/actions/workflows/rust.yml/badge.svg)](https://github.com/facebookexperimental/mirai/actions/workflows/rust.yml) * [static_assertions](https://crates.io/crates/static_assertions) - Compile-time assertions to ensure that invariants are met +* [verus-lang/verus](https://github.com/verus-lang/verus) - Verified Rust for low-level systems code ### Testing From 788c5fb2ee2d2029229a43b265301f8b8bf6c3b3 Mon Sep 17 00:00:00 2001 From: Kosumi Date: Sun, 5 Jan 2025 17:08:40 -0500 Subject: [PATCH 12/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47965999f..2c0174235 100644 --- a/README.md +++ b/README.md @@ -886,7 +886,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https:// * [facebookexperimental/MIRAI](https://github.com/facebookexperimental/mirai) - an abstract interpreter operating on Rust's mid-level intermediate representation (MIR) [![Continuous Integration](https://github.com/facebookexperimental/mirai/actions/workflows/rust.yml/badge.svg)](https://github.com/facebookexperimental/mirai/actions/workflows/rust.yml) * [static_assertions](https://crates.io/crates/static_assertions) - Compile-time assertions to ensure that invariants are met -* [verus-lang/verus](https://github.com/verus-lang/verus) - Verified Rust for low-level systems code +* [verus-lang/verus](https://github.com/verus-lang/verus) - Verified Rust for low-level systems code ### Testing From ec9ac3425713ccfe2e11aaf800da1991dea35da5 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Tue, 7 Jan 2025 00:01:59 +0000 Subject: [PATCH 13/29] Unindent Pumpkin --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a4e5156eb..4ebc5bd0e 100644 --- a/README.md +++ b/README.md @@ -1513,8 +1513,7 @@ See also [Are we game yet?](https://arewegameyet.rs) * [godot-rust/gdnative](https://github.com/godot-rust/gdnative) [[gdnative](https://crates.io/crates/gdnative)] - Bindings to the Godot 3+ game engine [![CI](https://github.com/godot-rust/gdnative/actions/workflows/full-ci.yml/badge.svg)](https://github.com/godot-rust/gdnative/actions/workflows/full-ci.yml) * Minecraft * [bedrock-crustaceans/bedrock-rs](https://github.com/bedrock-crustaceans/bedrock-rs) - Universal toolkit for Minecraft Bedrock Edition development in Rust. [![GitHub stars](https://img.shields.io/github/stars/bedrock-crustaceans/bedrock-rs)](https://github.com/bedrock-crustaceans/bedrock-rs) [![CI](https://github.com/bedrock-crustaceans/bedrock-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/bedrock-crustaceans/bedrock-rs/actions/workflows/ci.yml) - * Pumpkin - * [Pumpkin](https://github.com/pumpkin-mc/pumpkin) - A high-performance Minecraft server Software fully written in Rust + * [Pumpkin](https://github.com/pumpkin-mc/pumpkin) - A high-performance Minecraft server Software fully written in Rust * [Raylib](https://www.raylib.com/) * [deltaphc/raylib-rs](https://github.com/deltaphc/raylib-rs) [[raylib](https://crates.io/crates/raylib)] - Bindings for raylib * [SDL](http://www.libsdl.org/) [[sdl](https://crates.io/keywords/sdl)] From b9ff5410a78dd6fc292d89a019b14f6bda68db35 Mon Sep 17 00:00:00 2001 From: zhangjingqiang Date: Tue, 7 Jan 2025 10:46:41 +0800 Subject: [PATCH 14/29] add g3proxy to Web Servers session --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ebc5bd0e..05bdfc5bd 100644 --- a/README.md +++ b/README.md @@ -642,6 +642,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [cloudflare/pingora](https://github.com/cloudflare/pingora) - A library for building fast, reliable and evolvable network services. * [emanuele-em/proxelar](https://github.com/emanuele-em/proxelar) - A MITM Proxy 🦀! Toolkit for HTTP/1, HTTP/2, and WebSockets with SSL/TLS Capabilities [![Rust](https://github.com/emanuele-em/proxelar/actions/workflows/rust.yml/badge.svg)](https://github.com/emanuele-em/proxelar/actions/workflows/rust.yml) +* [g3proxy](https://github.com/bytedance/g3) - Forward proxy server, support Proxy Chaining, Protocol Inspection, MITM Interception, ICAP Adaptation, Transparent Proxy [![CodeCoverage](https://github.com/bytedance/g3/actions/workflows/codecov.yml/badge.svg)](https://github.com/bytedance/g3/actions) * [Mini RPS](https://github.com/marcodpt/minirps) - Mini reverse proxy server, HTTPS, CORS, static file hosting and template engine (minijinja) [crates.io](https://crates.io/crates/minirps) * [mu-arch/skyfolder](https://github.com/mu-arch/skyfolder) - 🪂 Beautiful HTTP/Bittorrent server without the hassle. Secure - GUI - Pretty - Fast * [mufeedvh/binserve](https://github.com/mufeedvh/binserve) - A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code [![build badge](https://github.com/mufeedvh/binserve/workflows/CICD/badge.svg?branch=master)](https://github.com/mufeedvh/binserve/actions) From 21c4f2abb19b14ea467707100a9d30e69fa341ba Mon Sep 17 00:00:00 2001 From: zhangjingqiang Date: Tue, 7 Jan 2025 10:57:29 +0800 Subject: [PATCH 15/29] add g3bench to Profiling session --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05bdfc5bd..75b8c9330 100644 --- a/README.md +++ b/README.md @@ -875,6 +875,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https:// * FlameGraphs * [llogiq/flame](https://github.com/llogiq/flame) - An intrusive flamegraph profiling tool for rust * [mrhooray/torch](https://github.com/mrhooray/torch) - generates FlameGraphs based on DWARF Debug Info +* [g3bench](https://github.com/bytedance/g3) - A benchmark tool that supports HTTP 1.x, HTTP 2, HTTP 3, TLS Handshake, DNS and Cloudflare Keyless * [sharkdp/hyperfine](https://github.com/sharkdp/hyperfine) - A command-line benchmarking tool ### Services From 4cea1f84dc8bf96e6a48178b2cb2a0eb1a9e426d Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Thu, 9 Jan 2025 15:13:07 +0800 Subject: [PATCH 16/29] Add vproxy to `Web Servers` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75b8c9330..60e971882 100644 --- a/README.md +++ b/README.md @@ -654,6 +654,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [thecoshman/http](https://github.com/thecoshman/http) - Host These Things Please - A basic http server for hosting a folder fast and simply * [TheWaWaR/simple-http-server](https://github.com/TheWaWaR/simple-http-server) - simple static http server * [wyhaya/see](https://github.com/wyhaya/see) - Static HTTP file server +* [vproxy/0x676e67](https://github.com/0x676e67/vproxy) - An fast asynchronous Rust HTTP/Socks5 Proxy ## Development tools From b783a12217a0b6bedb155330015e5ade4e7f295f Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Thu, 9 Jan 2025 16:39:38 +0800 Subject: [PATCH 17/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60e971882..61f0fade5 100644 --- a/README.md +++ b/README.md @@ -653,8 +653,8 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [svenstaro/miniserve](https://github.com/svenstaro/miniserve) - A small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP [![build badge](https://github.com/svenstaro/miniserve/workflows/CI/badge.svg?branch=master)](https://github.com/svenstaro/miniserve/actions) * [thecoshman/http](https://github.com/thecoshman/http) - Host These Things Please - A basic http server for hosting a folder fast and simply * [TheWaWaR/simple-http-server](https://github.com/TheWaWaR/simple-http-server) - simple static http server -* [wyhaya/see](https://github.com/wyhaya/see) - Static HTTP file server * [vproxy/0x676e67](https://github.com/0x676e67/vproxy) - An fast asynchronous Rust HTTP/Socks5 Proxy +* [wyhaya/see](https://github.com/wyhaya/see) - Static HTTP file server ## Development tools From 447c229d1ea4cc3dc73c24651b60b942170b994f Mon Sep 17 00:00:00 2001 From: Alex Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:30:39 +0100 Subject: [PATCH 18/29] add `television` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61f0fade5..b9366c5a5 100644 --- a/README.md +++ b/README.md @@ -601,6 +601,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [str4d/rage](https://github.com/str4d/rage) [[rage](https://crates.io/crates/rage)] - Rust implementation of [age](https://github.com/FiloSottile/age). * [suckit](https://github.com/Skallwar/suckit) - Recursively visit and download a website's content to your disk. [![Crate](https://img.shields.io/crates/v/suckit.svg?logo=rust)](https://crates.io/crates/suckit) [![Build Status](https://github.com/Skallwar/suckit/workflows/Build%20and%20test/badge.svg)](https://github.com/Skallwar/suckit/blob/master/.github/workflows/build_and_test.yml) * [Tabiew](https://github.com/shshemi/tabiew) - A lightweight TUI app to view and query CSV files. +* [television](https://github.com/alexpasmantier/television) - A blazing fast general purpose fuzzy finder TUI ![GitHub branch check runs](https://img.shields.io/github/check-runs/alexpasmantier/television/main) * [tversteeg/emplace](https://github.com/tversteeg/emplace) - Synchronize installed packages on multiple machines * [vamolessa/verco](https://github.com/vamolessa/verco) [[verco](https://crates.io/crates/verco)] - A simple Git/Hg tui client focused on keyboard shortcuts * [vaultwarden](https://github.com/dani-garcia/vaultwarden#readme) [![Build](https://github.com/dani-garcia/vaultwarden/actions/workflows/build.yml/badge.svg)](https://github.com/dani-garcia/vaultwarden/actions/workflows/build.yml) - Alternative implementation of the Bitwarden server API written in Rust From b97859db7b8800fbf040df04cbb366bb63a0b316 Mon Sep 17 00:00:00 2001 From: Zorin FOSS <132728893+ZorinFoss@users.noreply.github.com> Date: Sat, 11 Jan 2025 18:48:01 +0200 Subject: [PATCH 19/29] Add Ribir --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9366c5a5..80aa744bf 100644 --- a/README.md +++ b/README.md @@ -1611,6 +1611,7 @@ See also [Are we game yet?](https://arewegameyet.rs) * [cyndis/qmlrs](https://github.com/cyndis/qmlrs) - QtQuick bindings * [rust-qt](https://github.com/rust-qt) - Qt bindings for Rust * [woboq/qmetaobject-rs](https://github.com/woboq/qmetaobject-rs) - Integrate Qml and Rust by building the QMetaObject at compile time. +* [Ribir](https://github.com/RibirX/Ribir) - Ribir is a Rust GUI framework that helps you build beautiful and native multi-platform applications from a single codebase. * [rise-ui](https://github.com/rise-ui/rise) - Simple component-based cross-Platform GUI Toolkit for developing beautiful and user-friendly interfaces. * [saurvs/nfd-rs](https://github.com/saurvs/nfd-rs) - [nativefiledialog](https://github.com/mlabbe/nativefiledialog) bindings * [Sciter](https://sciter.com/) From 0f3c94fbef3f4b624cc300bee3b80af769860004 Mon Sep 17 00:00:00 2001 From: "shicai.xu" Date: Mon, 13 Jan 2025 12:11:49 +0800 Subject: [PATCH 20/29] Add ape-dts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80aa744bf..009ca7671 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,7 @@ See also [Rust - Production](https://www.rust-lang.org/production) organizations ### Database +* [apecloud/ape-dts](https://github.com/apecloud/ape-dts) - Data Transfer Suite. Provides data replication between MySQL, PostgreSQL, Redis, MongoDB, Kafka, ClickHouse, and more. * [Atomic-Server](https://github.com/atomicdata-dev/atomic-server/) [[atomic-server](https://crates.io/crates/atomic_server)] - NoSQL graph database with realtime updates, dynamic indexing and easy-to-use GUI for CMS purposes. [![Release](https://github.com/atomicdata-dev/atomic-server/actions/workflows/docker.yml/badge.svg)](https://github.com/atomicdata-dev/atomic-server/actions/workflows/docker.yml) * [CozoDB](https://github.com/cozodb/cozo) - A transactional, relational database that uses Datalog and focuses on graph data and algorithms. Time-travel-capable, and fast! [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/cozodb/cozo/build.yml?branch=main)](https://github.com/cozodb/cozo/actions/workflows/build.yml) * [darkbird](https://github.com/Rustixir/darkbird) [[darkbird](https://crates.io/crates/darkbird)] - HighConcurrency, RealTime, InMemory storage inspired by erlang mnesia From ec08ecd935ab5e935b3a70c0654efba41e1f1450 Mon Sep 17 00:00:00 2001 From: Andreas Tzionis Date: Wed, 15 Jan 2025 09:09:19 +0200 Subject: [PATCH 21/29] Add tinyweb to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 009ca7671..a2849e69b 100644 --- a/README.md +++ b/README.md @@ -1903,6 +1903,7 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework * [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 + * [tinyweb](https://github.com/LiveDuo/tinyweb) — A minimal Rust web framework for wasm in 800 lines of code * HTTP Client * [alexcrichton/curl-rust](https://github.com/alexcrichton/curl-rust) - [libcurl](https://curl.se/libcurl/) bindings * [async-graphql](https://github.com/async-graphql/async-graphql) - A GraphQL server library [![Build Status](https://dev.azure.com/graphql-rust/GraphQL%20Rust/_apis/build/status/graphql-rust.juniper)](https://dev.azure.com/graphql-rust/GraphQL%20Rust/_build/latest?definitionId=1) From 9c00d58d63c2cca6ad9be2fa1cc56a14b0a79d8e Mon Sep 17 00:00:00 2001 From: Andreas Tzionis Date: Fri, 17 Jan 2025 06:10:02 +0200 Subject: [PATCH 22/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2849e69b..efb2584da 100644 --- a/README.md +++ b/README.md @@ -1903,7 +1903,7 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework * [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 - * [tinyweb](https://github.com/LiveDuo/tinyweb) — A minimal Rust web framework for wasm in 800 lines of code + * [tinyweb](https://github.com/LiveDuo/tinyweb) - A minimal Rust web framework for wasm in 800 lines of code * HTTP Client * [alexcrichton/curl-rust](https://github.com/alexcrichton/curl-rust) - [libcurl](https://curl.se/libcurl/) bindings * [async-graphql](https://github.com/async-graphql/async-graphql) - A GraphQL server library [![Build Status](https://dev.azure.com/graphql-rust/GraphQL%20Rust/_apis/build/status/graphql-rust.juniper)](https://dev.azure.com/graphql-rust/GraphQL%20Rust/_build/latest?definitionId=1) From e095ba083a7164da19197234acdfa55237414673 Mon Sep 17 00:00:00 2001 From: Andreas Tzionis Date: Fri, 17 Jan 2025 10:37:10 +0200 Subject: [PATCH 23/29] Update README.md From 9ae851b32046d71b82dc4969ce57a3574d294f2e Mon Sep 17 00:00:00 2001 From: Andreas Tzionis Date: Fri, 17 Jan 2025 10:41:11 +0200 Subject: [PATCH 24/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efb2584da..d1aa7afc2 100644 --- a/README.md +++ b/README.md @@ -1902,8 +1902,8 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework * [sauron](https://github.com/ivanceras/sauron) - Client side web framework which closely adheres to The Elm Architecture. * [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 * [tinyweb](https://github.com/LiveDuo/tinyweb) - A minimal Rust web framework for wasm in 800 lines of code + * [yew](https://crates.io/crates/yew) - A framework for making client web apps * HTTP Client * [alexcrichton/curl-rust](https://github.com/alexcrichton/curl-rust) - [libcurl](https://curl.se/libcurl/) bindings * [async-graphql](https://github.com/async-graphql/async-graphql) - A GraphQL server library [![Build Status](https://dev.azure.com/graphql-rust/GraphQL%20Rust/_apis/build/status/graphql-rust.juniper)](https://dev.azure.com/graphql-rust/GraphQL%20Rust/_build/latest?definitionId=1) From 338f439aeed44c2ca0e98e3a2bbe373d32cebd32 Mon Sep 17 00:00:00 2001 From: Shuya Motouchi Date: Fri, 17 Jan 2025 18:47:03 +0900 Subject: [PATCH 25/29] add tfocus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 009ca7671..649e8e9b0 100644 --- a/README.md +++ b/README.md @@ -532,6 +532,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [sitkevij/hex](https://github.com/sitkevij/hex) - A colorized hexdump terminal utility. * [skim](https://github.com/skim-rs/skim) - A fuzzy finder * [supercilex/fuc](https://github.com/supercilex/fuc) - Fast `cp` and `rm` commands +* [nwiizo/tfocus](https://github.com/nwiizo/tfocus) - Interactive tool for selecting and executing Terraform plan/apply operations * [trippy](https://github.com/fujiapple852/trippy) - A network diagnostic tool [![build badge](https://github.com/fujiapple852/trippy/workflows/CI/badge.svg)](https://github.com/fujiapple852/trippy/actions/workflows/ci.yml) * [uutils/coreutils](https://github.com/uutils/coreutils) - A cross-platform rewrite of the GNU coreutils [![CICD](https://github.com/uutils/coreutils/actions/workflows/CICD.yml/badge.svg)](https://github.com/uutils/coreutils/actions/workflows/CICD.yml) * [watchexec](https://github.com/watchexec/watchexec) - Executes commands in response to file modifications From 2e89e3c1cb8677a75c7aeee1dc75ad082a08ab50 Mon Sep 17 00:00:00 2001 From: Marcus Cvjeticanin Date: Fri, 17 Jan 2025 15:40:51 +0100 Subject: [PATCH 26/29] Adding Delta and Nebula to Machine Learning section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 009ca7671..f305e6d9e 100644 --- a/README.md +++ b/README.md @@ -957,6 +957,8 @@ See [[Machine learning](https://crates.io/keywords/machine-learning)] See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_eng/about-rust-s-machine-learning-community-4cda5ec8a790#.hvkp56j3f) and [Are we learning yet?](https://www.arewelearningyet.com). * [autumnai/leaf](https://github.com/autumnai/leaf) - Open Machine Intelligence framework.. Abandoned project. The most updated fork is [juice](https://github.com/fff-rs/juice). +* [blackportal-ai/delta](https://github.com/blackportal-ai/delta) - Δ An Open-Source Machine Learning Framework in Rust. ![crates.io](https://img.shields.io/crates/v/deltaml.svg) ![build](https://img.shields.io/github/actions/workflow/status/blackportal-ai/delta/core.yml?branch=master) +* [blackportal-ai/nebula](https://github.com/blackportal-ai/nebula) - A Package Manager for Machine Learning Datasets and Models. ![build](https://img.shields.io/github/actions/workflow/status/blackportal-ai/nebula/core.yml?branch=master) * [burn](https://github.com/tracel-ai/burn) - A Flexible and Comprehensive Deep Learning Framework. * [coreylowman/dfdx](https://github.com/coreylowman/dfdx) - CUDA accelerated machine learning framework that leverages many of Rust's unique features. ![Crates.io](https://img.shields.io/crates/v/dfdx) * [guillaume-be/rust-bert](https://github.com/guillaume-be/rust-bert) [[rust_bert](https://crates.io/crates/rust_bert)] - Ready-to-use NLP pipelines and language models @@ -2026,7 +2028,7 @@ A registry allows you to publish your Rust libraries as crate packages, to share * [Rust in Motion](https://www.manning.com/livevideo/rust-in-motion?a_aid=cnichols&a_bid=6a993c2e) - A video series by [Carol Nichols](https://github.com/carols10cents) and [Jake Goulding](https://github.com/shepmaster) (paid) * [Rust Language Cheat Sheet](https://cheats.rs/) - Rust Language Cheat Sheet * [Rust Tiếng Việt](https://rust-tieng-viet.github.io/) - Learn Rust in Vietnamese. - * [rust-how-do-i-start](https://github.com/jondot/rust-how-do-i-start) - A repo dedicated to answering the question: "So, Rust. How do I _start_?". A beginner only hand-picked resources and learning track. + * [rust-how-do-i-start](https://github.com/jondot/rust-how-do-i-start) - A repo dedicated to answering the question: "So, Rust. How do I *start*?". A beginner only hand-picked resources and learning track. * [rust-learning](https://github.com/ctjhoa/rust-learning) - A collection of useful resources to learn Rust * [Rustfinity](https://www.rustfinity.com) - Interactive platform for practicing Rust through hands-on exercises and challenges * [Rustlings](https://github.com/rust-lang/rustlings) - small exercises to get you used to reading and writing Rust code From 8cb7eeb072d5d2f1e3bb00d9fceb16b2907a9e7d Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sat, 18 Jan 2025 11:42:55 +0000 Subject: [PATCH 27/29] Fix some moved repos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 009ca7671..cebaa150e 100644 --- a/README.md +++ b/README.md @@ -240,11 +240,11 @@ See also [Rust - Production](https://www.rust-lang.org/production) organizations * [Databend](https://github.com/databendlabs/databend) - A Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture [![Release](https://github.com/databendlabs/databend/actions/workflows/databend-release.yml/badge.svg)](https://github.com/databendlabs/databend/actions/workflows/databend-release.yml) * [DB3 Network](https://github.com/dbpunk-labs/db3) - DB3 is a community-driven blockchain layer2 decentralized database network ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/dbpunk-labs/db3/ci.yml?branch=main&style=flat-square) * [erikgrinaker/toydb](https://github.com/erikgrinaker/toydb) - Distributed SQL database, written as a learning project. -* [FnckSQL](https://github.com/KipData/FnckSQL) - SQL as a Function for Rust * [Garage](https://github.com/deuxfleurs-org/garage) [[garage](https://crates.io/crates/garage)] - S3-compatible distributed object storage service designed for self-hosting at a small-to-medium scale. [![status-badge](https://woodpecker.deuxfleurs.fr/api/badges/1/status.svg)](https://woodpecker.deuxfleurs.fr/repos/1) * [GreptimeDB](https://github.com/grepTimeTeam/greptimedb/) - An open-source, cloud-native, distributed time-series database with PromQL/SQL/Python supported.[![CI](https://github.com/greptimeTeam/greptimedb/actions/workflows/develop.yml/badge.svg)](https://github.com/greptimeTeam/greptimedb/actions/workflows/develop.yml) * [Hiqlite](https://github.com/sebadob/hiqlite) - highly-available, embeddable, raft-based SQLite + cache * [indradb](https://crates.io/crates/indradb) - Graph database +* [KiteSQL](https://github.com/KipData/KiteSQL) - SQL as a Function for Rust * [lancedb](https://github.com/lancedb/lancedb) [[vectordb](https://crates.io/crates/vectordb)] - A serverless, low-latency vector database for AI applications * [Limbo](https://github.com/tursodatabase/limbo) - Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite. * [Lucid](https://github.com/lucid-kv/lucid) - High performance and distributed KV store accessible through a HTTP API. [![Build Status](https://github.com/lucid-kv/lucid/workflows/Lucid/badge.svg?branch=master)](https://github.com/lucid-kv/lucid/actions?workflow=Lucid) @@ -1911,8 +1911,8 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework * [ducaale/xh](https://github.com/ducaale/xh) - Friendly and fast tool for sending HTTP requests [![crate](https://img.shields.io/crates/v/create-rust-app.svg)](https://crates.io/crates/xh) [![GitHub actions Status](https://github.com/ducaale/xh/workflows/CI/badge.svg?branch=master)](https://github.com/ducaale/xh/actions) * [graphql-client](https://github.com/graphql-rust/graphql-client) - Typed, correct GraphQL requests and responses. [![GitHub actions Status](https://github.com/graphql-rust/graphql-client/workflows/CI/badge.svg?branch=master)](https://github.com/graphql-rust/graphql-client/actions) * [hyperium/hyper](https://github.com/hyperium/hyper) - an HTTP implementation [![CI](https://github.com/hyperium/hyper/workflows/CI/badge.svg?branch=master)](https://github.com/hyperium/hyper/actions?query=workflow%3ACI) - * [penumbra-x/rquest](https://github.com/penumbra-x/rquest) [[rquest](https://crates.io/crates/rquest)] - a fast Rust HTTP client with TLS, JA3/JA4, and HTTP2 fingerprint impersonation. * [plabayo/rama](https://github.com/plabayo/rama) - A modular service framework to move and transform your network packets, can be used among other things, to build clients with TLS, JA3/JA4, H2 and QUIC/H3 fingerprint impersonation + * [rquest](https://github.com/0x676e67/rquest) [[rquest](https://crates.io/crates/rquest)] - a fast Rust HTTP client with TLS, JA3/JA4, and HTTP2 fingerprint impersonation. * [seanmonstar/reqwest](https://github.com/seanmonstar/reqwest) - an ergonomic HTTP Client. * HTTP Server * [actix/actix-web](https://github.com/actix/actix-web) - A lightweight async web framework with websocket support From 661887a150082f4821377cb2cbfc1b16e93e4360 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sat, 18 Jan 2025 11:44:45 +0000 Subject: [PATCH 28/29] Update Ubuntu versions for CI --- .github/workflows/approve.yml | 2 +- .github/workflows/lint.yml | 6 +++--- .github/workflows/rust.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/approve.yml b/.github/workflows/approve.yml index 6d8da8562..854712b8f 100644 --- a/.github/workflows/approve.yml +++ b/.github/workflows/approve.yml @@ -6,7 +6,7 @@ on: jobs: automatic-approve: name: Automatic Approve - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Automatic Approve uses: mheap/automatic-approve-action@v1.1.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 253cd03fa..e7b944e9c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ on: jobs: lint-md: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 name: Lint Markdown content steps: - name: Checkout the repository @@ -21,7 +21,7 @@ jobs: config: ./.markdownlint.json args: ./README.md lint-editorconfig: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 name: Lint for editorconfig violations steps: - name: Checkout the repository @@ -30,7 +30,7 @@ jobs: uses: editorconfig-checker/action-editorconfig-checker@v2 lint-markdown-toc: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 name: Lint for Table of Contents steps: - name: Checkout the repository diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4ef4a57ef..caa312623 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -12,7 +12,7 @@ env: CARGO_TERM_COLOR: always jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master From 88ec6203c948a396838d61bf06555a591ce9a987 Mon Sep 17 00:00:00 2001 From: Shuya Motouchi Date: Sun, 19 Jan 2025 04:06:31 +0900 Subject: [PATCH 29/29] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 649e8e9b0..2d752075e 100644 --- a/README.md +++ b/README.md @@ -518,6 +518,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [nickgerace/gfold](https://github.com/nickgerace/gfold) [[gfold](https://crates.io/crates/gfold)] - CLI tool to help keep track of multiple Git repositories [![build](https://img.shields.io/github/workflow/status/nickgerace/gfold/merge/main)](https://github.com/nickgerace/gfold/actions?query=workflow%3Amerge+branch%3Amain) * [nivekuil/rip](https://github.com/nivekuil/rip) - A safe and ergonomic alternative to `rm` * [nushell/nushell](https://github.com/nushell/nushell) - A new type of shell +* [nwiizo/tfocus](https://github.com/nwiizo/tfocus) - Interactive tool for selecting and executing Terraform plan/apply operations * [orhun/kmon](https://github.com/orhun/kmon) - Linux Kernel Manager and Activity Monitor ![https://github.com/orhun/kmon/actions](https://img.shields.io/github/actions/workflow/status/orhun/kmon/ci.yml?branch=master&label=build) * [orhun/systeroid](https://github.com/orhun/systeroid) - A more powerful alternative to sysctl(8) with a terminal user interface ![https://github.com/orhun/systeroid/actions](https://img.shields.io/github/actions/workflow/status/orhun/systeroid/ci.yml?branch=main&label=build) * [ouch](https://github.com/ouch-org/ouch) - Painless compression and decompression on the command-line [![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/ouch-org/ouch/build-and-test)](https://github.com/ouch-org/ouch/actions?query=branch%3Amaster) @@ -532,7 +533,6 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [sitkevij/hex](https://github.com/sitkevij/hex) - A colorized hexdump terminal utility. * [skim](https://github.com/skim-rs/skim) - A fuzzy finder * [supercilex/fuc](https://github.com/supercilex/fuc) - Fast `cp` and `rm` commands -* [nwiizo/tfocus](https://github.com/nwiizo/tfocus) - Interactive tool for selecting and executing Terraform plan/apply operations * [trippy](https://github.com/fujiapple852/trippy) - A network diagnostic tool [![build badge](https://github.com/fujiapple852/trippy/workflows/CI/badge.svg)](https://github.com/fujiapple852/trippy/actions/workflows/ci.yml) * [uutils/coreutils](https://github.com/uutils/coreutils) - A cross-platform rewrite of the GNU coreutils [![CICD](https://github.com/uutils/coreutils/actions/workflows/CICD.yml/badge.svg)](https://github.com/uutils/coreutils/actions/workflows/CICD.yml) * [watchexec](https://github.com/watchexec/watchexec) - Executes commands in response to file modifications