Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite5af75e

Browse files
authored
Merge pull request#2054 from 100tomer/patch-1
Add RepoFlow to Registries section
2 parents626c2eb +4c5ecee commite5af75e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,6 +2026,7 @@ A registry allows you to publish your Rust libraries as crate packages, to share
20262026
*[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).[![CI](https://github.com/cenotelie/cratery/actions/workflows/ci.yml/badge.svg)](https://github.com/cenotelie/cratery/actions/workflows/ci.yml)
20272027
*[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.
20282028
*[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.
20292030
*[w4/chartered](https://github.com/w4/chartered) - A private, authenticated, permissioned Cargo registry[![CI](https://github.com/w4/chartered/actions/workflows/ci.yml/badge.svg)](https://github.com/w4/chartered/actions/workflows/ci.yml)
20302031

20312032
##Resources

‎src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ lazy_static! {
8181
"https://github.com/andoriyu/uclicious",// FIXME: CI hack. the crate has a higher count, but we don't refresh.
8282
"https://marketplace.visualstudio.com/items?itemName=fill-labs.dependi",// marketplace link , but also has enough stars
8383
"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)
8485
].iter().map(|s| s.to_string()).collect();
8586
}
8687

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp