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: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2026,6 +2026,7 @@ A registry allows you to publish your Rust libraries as crate packages, to share
2026
2026
*[cenotelie/cratery](https://github.com/cenotelie/cratery) - A lightweight private cargo registry with batteries included, built for organisations, including features similar to[docs.rs](https://docs.rs) and[deps.rs](https://deps.rs).[](https://github.com/cenotelie/cratery/actions/workflows/ci.yml)
2027
2027
*[Cloudsmith:heavy_dollar_sign:](https://cloudsmith.com/product/formats/cargo-registry) - A fully managed package management SaaS, with first-class support for public and private Cargo/Rust registries (plus many others). Has a generous free-tier and is also completely free for open-source.
2028
2028
*[Crates](https://crates.io) - The official public registry for Rust/Cargo.
2029
+
*[RepoFlow](https://www.repoflow.io) - A simple and modern repository platform that can host Rust crate repositories and proxy crates.io. Also supports other package types like Docker, PyPI, Maven, npm, and RubyGems. Available as a cloud service or self-hosted.
2029
2030
*[w4/chartered](https://github.com/w4/chartered) - A private, authenticated, permissioned Cargo registry[](https://github.com/w4/chartered/actions/workflows/ci.yml)
Copy file name to clipboardExpand all lines: src/main.rs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ lazy_static! {
81
81
"https://github.com/andoriyu/uclicious",// FIXME: CI hack. the crate has a higher count, but we don't refresh.
82
82
"https://marketplace.visualstudio.com/items?itemName=fill-labs.dependi",// marketplace link , but also has enough stars
83
83
"https://github.com/TraceMachina/nativelink",// 1.4k stars, probably broken because @palfrey now works for them...
84
+
"https://www.repoflow.io",// added per discussion in the RepoFlow pull request: https://github.com/rust-unofficial/awesome-rust/pull/2054 (see package downloads: https://app.repoflow.io/repoflow-public/package/f429fabf-6289-49c2-acd9-791b39eac746)