TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Worlds First Private Cargo Registry with Cloudsmith and Rust

15 点作者 Supermighty大约 6 年前

2 条评论

wyldfire大约 6 年前
...Private Cargo Registry [service] -- that&#x27;s the interesting bit IMO. Not that someone spawned their own but that someone now enables you to have your own.<p>The free tier has 2GB which might not be bad -- if it&#x27;s source tarballs I guess. Now I&#x27;m kinda curious about whether rustup&#x2F;cargo can&#x2F;does use bsdiff&#x2F;courgette delta compression.
lskillen大约 6 年前
For context to others: Unless you&#x27;ve been following developments in Rust recently, you may or may not have realised that Rust 1.34 [1] introduced the ability to point Cargo (the Rust package manager) at your own private registry, either self-hosted or managed.<p>So this is really exciting for anyone looking to privately develop or distribute Rust crates (packaged libraries), or to mirror some portion of crates.io for other reasons (e.g. availability, isolation, modification of public crates, etc.).<p>[1]: Rust 1.34: <a href="https:&#x2F;&#x2F;blog.rust-lang.org&#x2F;2019&#x2F;04&#x2F;11&#x2F;Rust-1.34.0.html" rel="nofollow">https:&#x2F;&#x2F;blog.rust-lang.org&#x2F;2019&#x2F;04&#x2F;11&#x2F;Rust-1.34.0.html</a>