Rust Moderation Team (mod) 负责维护 Rust 社区的行为准则与社区标准。较早前 mod team 的三位成员因不满于 Core Team 使自己不受监管,认为自己已经无法尽到团队的职责而集体辞职。
https://github.com/rust-lang/team/pull/671
seealso: https://news.ycombinator.com/item?id=29306845
#Rust #Community #CoC #Resign
https://github.com/rust-lang/team/pull/671
seealso: https://news.ycombinator.com/item?id=29306845
#Rust #Community #CoC #Resign
GitHub
mod team resignation by BurntSushi · Pull Request #671 · rust-lang/team
The entire moderation team resigns, effective immediately. This resignation is
done in protest of the Core Team placing themselves unaccountable to anyone but
themselves.
As a result of such struct...
done in protest of the Core Team placing themselves unaccountable to anyone but
themselves.
As a result of such struct...
Rust 发布 2021 问卷结果。和去年的 42% 相比,今年的问卷中有 59% 的受访者称自己或多或少会在工作中使用 Rust。
https://blog.rust-lang.org/2022/02/15/Rust-Survey-2021.html
#Rust #Survey
https://blog.rust-lang.org/2022/02/15/Rust-Survey-2021.html
#Rust #Survey
🔥19🎉6👍2👎1
GitHub 新闻:
* GitHub 现已支持追踪更名文件历史(git cli 用户可用
https://github.blog/changelog/2022-06-06-view-commit-history-across-file-renames-and-moves/
* GitHub Skills 开放,帮助用户了解 GitHub 的使用方法。
https://skills.github.com
https://github.blog/2022-06-06-introducing-github-skills/
* 依赖图/供应链安全监测现已支持 Rust 生态。
https://github.blog/2022-06-06-github-brings-supply-chain-security-features-to-the-rust-community/
#GitHub #Skills #Git #Rust #Dependency #SupplyChain
* GitHub 现已支持追踪更名文件历史(git cli 用户可用
git log --follow 达到类似效果)。https://github.blog/changelog/2022-06-06-view-commit-history-across-file-renames-and-moves/
* GitHub Skills 开放,帮助用户了解 GitHub 的使用方法。
https://skills.github.com
https://github.blog/2022-06-06-introducing-github-skills/
* 依赖图/供应链安全监测现已支持 Rust 生态。
https://github.blog/2022-06-06-github-brings-supply-chain-security-features-to-the-rust-community/
#GitHub #Skills #Git #Rust #Dependency #SupplyChain
The GitHub Blog
View commit history across file renames and moves | GitHub Changelog
👍17
Linus 表示 Rust 架构可能会在 Linux 5.20 ,也就是下一个小版本被合并。
https://www.phoronix.com/scan.php?page=news_item&px=Rust-For-Linux-5.20-Possible
seealso: HackerNews:31848499
#Kernel #Linux #Rust
https://www.phoronix.com/scan.php?page=news_item&px=Rust-For-Linux-5.20-Possible
seealso: HackerNews:31848499
#Kernel #Linux #Rust
Phoronix
Linus Torvalds: Rust For The Kernel Could Possibly Be Merged For Linux 5.20
Speaking this morning at The Linux Foundation's Open-Source Summit, Linus Torvalds talked up the possibilities of Rust within the Linux kernel and that it could be landing quite soon -- possibly even for the next kernel cycle.
👍33🐳23🎉5🔥4👎2
Linux 发布 6.1,开始加入对 Rust 的支持。有兴趣的订户可以参考示例 Rust 模块 [1]。
https://lwn.net/Articles/910762/
1. git.kernel.org/~
#Linux #Kernel #Rust
https://lwn.net/Articles/910762/
1. git.kernel.org/~
#Linux #Kernel #Rust
LWN.net
A first look at Rust in the 6.1 kernel
There have been a lot of significant changes merged into the mainline for the 6.1 release, but [...]
👍29👎1
Rust 发布其新版商标政策草稿。其中提到,开发者不被允许在自己的项目名中使用 Rust 一词(作为替代可以使用 rs)。这条政策在 Rust 生态系统中引发了一些争议。
https://docs.google.com/document/d/1ErZlwz9bbSI43dNo-rgQdkovm2h5ycuW220mWSOAuok/edit
seealso: https://devclass.com/2023/04/11/dont-call-it-rust-community-complains-about-draft-trademark-policy-restricting-use-of-word-marks/
#Rust
https://docs.google.com/document/d/1ErZlwz9bbSI43dNo-rgQdkovm2h5ycuW220mWSOAuok/edit
seealso: https://devclass.com/2023/04/11/dont-call-it-rust-community-complains-about-draft-trademark-policy-restricting-use-of-word-marks/
#Rust
Google Docs
Call for Comment: Rust Trademark Overview, FAQ and Policy April 2023
Rust Trademark Policy Plain English Summary: This legal policy contains important information throughout and we encourage you to read it in full. As the steward for the Rust programming language, the Rust Foundation holds the Trademarks for Rust and Cargo.…
👎56🤨30🤔5👍3🔥2
lib.rs 是一个非官方的 Rust 包预览站点。相比官方的 crates.io,它增加了分类查找,以及显示一些生态系统统计数据的易用功能等。
前些日子(7/18),有用户注意到 bitcoin 包在 lib.rs 被标记为废弃状态。一位 Reddit 用户在 repo 中提 issue 询问作者(7/19),作者回应称这是在表达自己反对加密货币的观点(参见 [1] 对加密货币的描述)时,给 bitcoin 相关包搜索降权时的无心之举。后亦有数位用户就此事提 issue 要求 lib.rs 停止索引自己所维护的 crates 包等。
7 月 21 日, lib.rs 作者将 lib.rs 源代码从 repo 移除,称许多人(包括 rust-lang 官方成员)将代码片段断章取义来批评和诋毁自己,因此不再公开 lib.rs 源代码。
- https://www.reddit.com/r/rust/comments/153aigg/
- https://gitlab.com/lib.rs/main
1. https://lib.rs/cryptography/cryptocurrencies
#Rust #Bitcoin #Librs
前些日子(7/18),有用户注意到 bitcoin 包在 lib.rs 被标记为废弃状态。一位 Reddit 用户在 repo 中提 issue 询问作者(7/19),作者回应称这是在表达自己反对加密货币的观点(参见 [1] 对加密货币的描述)时,给 bitcoin 相关包搜索降权时的无心之举。后亦有数位用户就此事提 issue 要求 lib.rs 停止索引自己所维护的 crates 包等。
7 月 21 日, lib.rs 作者将 lib.rs 源代码从 repo 移除,称许多人(包括 rust-lang 官方成员)将代码片段断章取义来批评和诋毁自己,因此不再公开 lib.rs 源代码。
- https://www.reddit.com/r/rust/comments/153aigg/
- https://gitlab.com/lib.rs/main
1. https://lib.rs/cryptography/cryptocurrencies
#Rust #Bitcoin #Librs
Reddit
From the rust community on Reddit: libs.rs editing crates to add spurious deprecation/unmaintained tags
Explore this post and more from the rust community
🤨39👎26🐳9👍3🎉2
Rust 开设 Fediverse 帐号: @rust@social.rust-lang.org 。
https://social.rust-lang.org/@rust/111254933339473088
#Rust #Fediverse
https://social.rust-lang.org/@rust/111254933339473088
#Rust #Fediverse
👍18❤2👎2🤔2
Rust for Linux 相关争论;Asahi Linux 开发者 Hector 宣布退出参与 Linux kernel 及辞退 Asahi 负责人之工作。
- 关于 DMA Rust 抽象进入 kernel 的争议 [/solidot/26338]
- 关于 Linus 对 Hector 利用社交媒体创造 kernel 负面舆论的不满 [1]
- 关于 Hector 宣布退出 kernel [2] 及 Asahi 负责人工作 [3]
- 关于 Hellwig 称 Linus 私下称即使维护者反对也会坚持合并 Rust 代码 [4]
- 关于 Linus 对 Hellwig 作为 DMA 开发者试图控制 DMA 如何使用的批评 [5]
- 关于 Hellwig 退出 DMA mapping 维护 [6]
1. theregister.com/~
2. HackerNews:42972062
3. marcan.st/~
4. lore.kernel.org/~
5. lore.kernel.org/~
6. phoronix.com/~
linksrc: https://t.me/billchenla/20260
#Rust #Linux
- 关于 DMA Rust 抽象进入 kernel 的争议 [/solidot/26338]
- 关于 Linus 对 Hector 利用社交媒体创造 kernel 负面舆论的不满 [1]
- 关于 Hector 宣布退出 kernel [2] 及 Asahi 负责人工作 [3]
- 关于 Hellwig 称 Linus 私下称即使维护者反对也会坚持合并 Rust 代码 [4]
- 关于 Linus 对 Hellwig 作为 DMA 开发者试图控制 DMA 如何使用的批评 [5]
- 关于 Hellwig 退出 DMA mapping 维护 [6]
1. theregister.com/~
2. HackerNews:42972062
3. marcan.st/~
4. lore.kernel.org/~
5. lore.kernel.org/~
6. phoronix.com/~
linksrc: https://t.me/billchenla/20260
#Rust #Linux
Telegram
Solidot
由于维护者拒绝 DMA Rust 抽象 Hector Martin 宣布退出内核开发
2025-02-07 23:28 by 发条女孩
Rust-for-Linux 进入内核的努力遭到了内核维护者 Christoph Hellwig 的强烈反对。他拒绝了 DMA Rust 抽象补丁,不希望 Rust 代码靠近 DMA 层。他说支持另一种语言(他明确表示指的是任何语言,而不是特指 Rust)将使整个 Linux 项目无法维护。鉴于这一状况,负责将 Linux 移植到苹果 Arm 平台的 Asahi Linux…
2025-02-07 23:28 by 发条女孩
Rust-for-Linux 进入内核的努力遭到了内核维护者 Christoph Hellwig 的强烈反对。他拒绝了 DMA Rust 抽象补丁,不希望 Rust 代码靠近 DMA 层。他说支持另一种语言(他明确表示指的是任何语言,而不是特指 Rust)将使整个 Linux 项目无法维护。鉴于这一状况,负责将 Linux 移植到苹果 Arm 平台的 Asahi Linux…
🤨25🐳4❤1🎉1
Debian 维护者宣布 2026/5 起 apt 将引入 Rust 代码。
- 包括 OpenPGP 实现 Sequoia 等。
- 后续也计划将 apt 内部的部分功能改用 Rust 实现。
https://lists.debian.org/deity/2025/10/msg00071.html
#Debian #Rust
- 包括 OpenPGP 实现 Sequoia 等。
- 后续也计划将 apt 内部的部分功能改用 Rust 实现。
https://lists.debian.org/deity/2025/10/msg00071.html
#Debian #Rust
👍36🕊4👎2🎉2❤1