Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crates.io 的库与组件库的 package name 可能毫无关系 #13

Open
zjp-CN opened this issue Nov 22, 2024 · 0 comments
Open

crates.io 的库与组件库的 package name 可能毫无关系 #13

zjp-CN opened this issue Nov 22, 2024 · 0 comments

Comments

@zjp-CN
Copy link
Member

zjp-CN commented Nov 22, 2024

https://os-checker.github.io/info?columns=%255BColumns%255D%2520Default%2520(Slimmed)%252Clast_release_time&sorts=last_release_time%253D1

crates.io 目前没有用户空间的概念,而 Github 上的 package 实际上具由 3 部分确定:user -> repo -> pkg1

这会导致一个 package 名在 crates.io 上存在,但并不指向组件库 —— 组件库依旧没有发布到 crates.io 上,但会出现 release 次数和最新的发布时间。

截图_20241122113129

解决这个问题的方式:

  • Cargo / crates.io 有设计做命名空间 RFC 3243: packages_as_namespaces,但尚未调查该功能实现进展
  • 从 README 中搜索是否包含 https://crates.io/crates/{pkg} 内容,该 pkg 与仓库内的 package name 一致
  • 在 Cargo.toml 中搜索该内容:比如 homepage 是否包含 crates.io,documentation 是否包含 docs.rs
  • 保持现状 —— 用来警惕已经存在同名的包

Footnotes

  1. 忽略 repo -> pkg 之间的 workspace,因为我们已经假设不同 workspaces 之间不存在同名的 package。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant