You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ If you want to add an entry to the `README.md` please consider this:
18
18
19
19
- is the entry valuable to people trying to get things done in Rust?
20
20
* In order to make this objective, the entry needs to either have at least 50 stars on GitHub, 2000 downloads on crates.io, or an equivalent level of other popularity metrics (which should be specified in the PR). The maintainers of this repo are not responsible for making your project popular, only for making more people aware of those projects. We don't want to have to pick and choose favourites, and so are using metrics like this to make our lives easier as maintainers.
21
-
- if you want to add something, please use the template `[ACCOUNT/REPO](https://github.com/ACCOUNT/REPO) [[CRATE](https://crates.io/crates/CRATE)] — DESCRIPTION`
21
+
- if you want to add something, please use the template `[ACCOUNT/REPO](https://github.com/ACCOUNT/REPO) [[CRATE](https://crates.io/crates/CRATE)] - DESCRIPTION`
22
22
* if you've not published your crate to `crates.io` remove the `[[CRATE](...)]` part.
23
23
* if you have a CI build, please add the build badge. Put the image after the description, separated by a space. Please make sure to add the branch information to the image:
24
24
* example for Travis: `[](https://app.travis-ci.org/github/XXX/CRATE)`
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -644,6 +644,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
644
644
*[mu-arch/skyfolder](https://github.com/mu-arch/skyfolder) - 🪂 Beautiful HTTP/Bittorrent server without the hassle. Secure - GUI - Pretty - Fast
645
645
*[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 [](https://github.com/mufeedvh/binserve/actions)
646
646
*[orhun/rustypaste](https://github.com/orhun/rustypaste) - A minimal file upload/pastebin service 
647
+
*[plabayo/rama](https://github.com/plabayo/rama) - A modular service framework to move and transform your network packets, used to build web clients, servers and — above all — proxies
647
648
*[ronanyeah/rust-hasura](https://github.com/ronanyeah/rust-hasura) - A demonstration of how a GraphQL server can be used as a remote schema with [Hasura](https://hasura.io/)
648
649
*[static-web-server](https://github.com/static-web-server/static-web-server) - A blazing fast and asynchronous web server for static files-serving. ⚡ [](https://github.com/static-web-server/static-web-server/actions/workflows/devel.yml?query=branch%3Amaster)
649
650
*[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 [](https://github.com/svenstaro/miniserve/actions)
@@ -895,6 +896,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https://
895
896
*[trust](https://github.com/japaric/trust) - A Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
896
897
* Frameworks and Runners
897
898
*[AlKass/polish](https://github.com/AlKass/polish) - Mini Testing/Test-Driven Framework [](https://crates.io/crates/polish)
899
+
*[bitfield/cargo-testdox](https://github.com/bitfield/cargo-testdox)[[cargo-testdox](https://crates.io/crates/cargo-testdox)] - Turns your Rust tests into docs [](https://github.com/bitfield/cargo-testdox/actions/workflows/ci.yml)
898
900
*[cargo-dinghy](https://crates.io/crates/cargo-dinghy/) - A cargo extension to simplify running library tests and benches on smartphones and other small processor devices.
899
901
*[cucumber](https://crates.io/crates/cucumber)[](https://crates.io/crates/cucumber) - An implementation of the Cucumber testing framework for Rust. Fully native, no external test runners or dependencies. [](https://github.com/cucumber-rs/cucumber)
900
902
*[d-e-s-o/test-log](https://github.com/d-e-s-o/test-log)[[test-log](https://crates.io/crates/test-log)] - A replacement of the `#[test]` attribute that initializes logging and/or tracing infrastructure before running tests. [](https://github.com/d-e-s-o/test-log/actions/workflows/test.yml)
@@ -1328,6 +1330,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
1328
1330
*[sfackler/rust-postgres](https://github.com/sfackler/rust-postgres)[[postgres](https://crates.io/crates/postgres)] - A native [PostgreSQL](https://www.postgresql.org/) client
*[VennDB](https://venndb.rs/)[[venndb](https://github.com/plabayo/venndb)] - An append-only in-memory database in Rust for rows queried using bit (flag) columns.
1331
1334
1332
1335
### Date and time
1333
1336
@@ -1469,7 +1472,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
1469
1472
1470
1473
*[avhz/RustQuant](https://github.com/avhz/RustQuant)[[RustQuant](https://crates.io/crates/RustQuant)] - A quantitative finance library. 
1471
1474
*[d-e-s-o/apca](https://github.com/d-e-s-o/apca)[[apca](https://crates.io/crates/apca)] - Opinionated and comprehensive bindings to the [Alpaca API](https://alpaca.markets/) for stock trading and more. 
1472
-
*[dancixx/stochastic-rs](https://github.com/dancixx/stochastic-rs)[[stochastic-rs](https://crates.io/crates/stochastic-rs)] - High-performance data generation library for stochastic process with quant finance tools. 
1475
+
*[stochastic-rs](https://github.com/rust-dd/stochastic-rs)[[stochastic-rs](https://crates.io/crates/stochastic-rs)] - High-performance data generation library for stochastic process with quant finance tools. 
1473
1476
1474
1477
### Functional Programming
1475
1478
@@ -1819,6 +1822,7 @@ See also [Are we game yet?](https://arewegameyet.rs)
1819
1822
### Task scheduling
1820
1823
1821
1824
*[delay-timer](https://github.com/BinChengZhao/delay-timer) - Time-manager of delayed tasks. Like crontab, but asynchronous tasks are possible. [](https://github.com/BinChengZhao/delay-timer/actions)
1825
+
*[inboxsphere/persistent-scheduler](https://github.com/inboxsphere/persistent-scheduler)[[persistent-scheduler](https://crates.io/crates/persistent-scheduler)] - A high-performance task scheduling system built with Tokio, offering task persistence, repeatable tasks, and Cron-based scheduling for reliable time-based operations.
1822
1826
1823
1827
### Template engine
1824
1828
@@ -1898,6 +1902,7 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework
*[hyperium/hyper](https://github.com/hyperium/hyper) - an HTTP implementation [](https://github.com/hyperium/hyper/actions?query=workflow%3ACI)
1900
1904
*[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.
1905
+
*[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
1901
1906
*[seanmonstar/reqwest](https://github.com/seanmonstar/reqwest) - an ergonomic HTTP Client.
1902
1907
* HTTP Server
1903
1908
*[actix/actix-web](https://github.com/actix/actix-web) - A lightweight async web framework with websocket support
@@ -1915,6 +1920,7 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework
1915
1920
*[Juniper](https://github.com/graphql-rust/juniper) - GraphQL server library
1916
1921
*[miketang84/sapper](https://github.com/miketang84/sapper) - A lightweight web framework built on async hyper.
1917
1922
*[Nickel](https://github.com/nickel-org/nickel.rs/) - inspired by [Express](http://expressjs.com/)
1923
+
*[plabayo/rama](https://github.com/plabayo/rama) - A modular service framework to move and transform your network packets, can also be used to fingerprint incoming clients
1918
1924
*[poem-web/poem](https://github.com/poem-web/poem) - A full-featured and easy-to-use web framework. [](https://github.com/poem-web/poem/actions/workflows/ci.yml)
1919
1925
*[Rocket](https://github.com/rwf2/Rocket) - Rocket is a web framework with a focus on ease-of-use, expressability, and speed
1920
1926
*[Rustless](https://github.com/rustless/rustless) - A REST-like API micro-framework inspired by [Grape](https://github.com/ruby-grape/grape) and [Hyper](https://github.com/hyperium/hyper)
@@ -1995,6 +2001,7 @@ A registry allows you to publish your Rust libraries as crate packages, to share
1995
2001
*[Hands-on Rust](https://pragprog.com/titles/hwrust/hands-on-rust/) - A hands-on guide to learning Rust by making games - by [Herbert Wolverson](https://github.com/thebracket/) (paid)
1996
2002
*[Idiomatic Rust](https://github.com/mre/idiomatic-rust) - A peer-reviewed collection of articles/talks/repos which teach idiomatic Rust.
1997
2003
*[LabEx Rust Skill Tree](https://labex.io/skilltrees/rust) - A structured Rust learning path with hands-on labs, designed for beginners to master Rust step by step.
2004
+
*[Learn Rust 101](https://rust-lang.guide/) - A guide to aid you in your journey of becoming a Rustacean (Rust developer)
1998
2005
*[Learn Rust by 500 lines code](https://github.com/cuppar/rtd) - Learn Rust by 500 lines code, build a Todo Cli Application from scratch.
1999
2006
*[Learning Rust With Entirely Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists/) - in-depth exploration of Rust's memory management rules, through implementing a few different types of list structures.
2000
2007
*[Little Book of Rust Books](https://lborb.github.io/book/) - Curated list of rust books and how-tos.
0 commit comments