Rust 社区动态
docs.rs 将默认只构建单一目标平台 — 自 2026-05-01 起,docs.rs 不再默认为 crate 构建五个目标平台的文档,仅构建默认目标(通常为
x86_64-unknown-linux-gnu)。需要多平台文档的 crate 须在Cargo.toml中显式声明targets。这是 breaking change,维护者请尽早适配。 来源:Rust BlogRust WebAssembly 目标将移除
--allow-undefined默认行为 — 所有 WASM 目标长期携带的--allow-undefined链接器标志即将移除。该标志会掩盖符号缺失错误,导致运行时才暴露问题。新版将让 WASM 构建与其他平台一致地在链接阶段报错,避免"env"导入泄漏等隐患。 来源:Rust BlogToasty:Tokio 团队异步 ORM 正式上线 crates.io — Toasty 是面向 Rust 的异步 ORM,同时支持 SQL 和 NoSQL(目前支持 DynamoDB),通过
#[derive(Model)]宏定义数据模型。Carl Lerche 表示这是推动 Rust 成为高层应用开发语言的重要一步。TokioConf 2026 门票已开售。 来源:Tokio BlogRustRover 2026.1 发布:原生集成 cargo-nextest — JetBrains 发布 RustRover 2026.1,核心亮点包括原生 cargo-nextest 支持、Rust 感知的调用层次视图(Call Hierarchy)以及代码维护工作流增强。大型代码库开发者受益最大。 来源:JetBrains Blog
Ubuntu 四月 Rust 动态:Canonical 加入 Rust 基金会,ntpd-rs 将成默认时间同步服务 — Canonical 以金牌会员身份加入 Rust 基金会。Ubuntu 将用 ntpd-rs 替代 chrony 作为默认 NTP 客户端/服务端,这是 Ubuntu「核心系统工具 Rust 化」运动的又一里程碑。工具链已修补 CVE-2026-33056。 来源:Ubuntu Community
GitHub 今日趋势
abhigyanpatwari/GitNexus ⭐ 24,499
TypeScript+1,195 today 零服务器代码智能引擎,在浏览器中为任意 GitHub 仓库或 ZIP 文件生成交互式知识图谱,内置 Graph RAG Agent,可为 Cursor/Claude Code 等 AI 编码助手提供架构级代码理解。 来源:GitHubgoogle-ai-edge/gallery ⭐ 18,776
Kotlin+897 today Google AI Edge 端侧 ML/GenAI 示例画廊,展示本地模型运行用例,用户可直接在设备上试用和部署模型。 来源:GitHubtobi/qmd ⭐ 19,550
TypeScript+859 today 迷你命令行本地搜索引擎,面向文档、知识库、会议记录等场景,追踪当前最优检索方案,全程离线运行。 来源:GitHubNVIDIA/personaplex ⭐ 7,945
Python+662 today NVIDIA 开源的实时全双工语音对话模型,支持通过文本角色提示和音频声纹条件控制对话人格,可本地部署。 来源:GitHubgoogle-ai-edge/LiteRT-LM ⭐ 2,538
C+++528 today Google 端侧大语言模型推理库,驱动 Chrome、Chromebook Plus、Pixel Watch 等设备的 GenAI 体验,与 Gallery 同属 AI Edge 生态。 来源:GitHubsantifer/career-ops ⭐ 3,800
Go新项目 基于 Claude Code 构建的 AI 求职系统,14 种技能模式,支持简历生成、Offer 评估、职位扫描、Go 仪表盘和批量处理。 来源:GitHubVoltAgent/awesome-design-md ⭐ 15,700
HTML热门 收集热门网站的 DESIGN.md 文件集合,让 AI 编码助手理解设计系统。将一份 DESIGN.md 放入项目即可让 Agent 生成风格一致的代码。 来源:GitHubforrestchang/andrej-karpathy-skills ⭐ 8,049 +51 today 将 Andrej Karpathy 的编程指导原则封装为 Claude Code 技能插件(CLAUDE.md),安装后跨项目生效,让 AI 编码风格贴合 Karpathy 理念。 来源:GitHub
aaif-goose/goose ⭐ 38,122
Rust持续上榜 Block 出品的开源可扩展 AI Agent,不止代码建议——能安装、执行、编辑和测试,支持接入任意 LLM。Rust 实现,连续多日保持高热度。 来源:GitHubsiddharthvaddem/openscreen ⭐ 23,988
TypeScript持续上榜 免费开源屏幕录制和演示制作工具,无水印、无订阅、可商用,Screen Studio 的开源替代品。 来源:GitHub
链接汇总
- Rust Blog (docs.rs): https://blog.rust-lang.org/2026/04/04/docsrs-only-default-targets/
- Rust Blog (WASM): https://blog.rust-lang.org/2026/04/04/changes-to-webassembly-targets-and-handling-undefined-symbols/
- Tokio Blog (Toasty): https://tokio.rs/blog/2026-04-03-toasty-released
- JetBrains Blog (RustRover): https://blog.jetbrains.com/rust/2026/04/03/rustrover-2026-1-professional-testing-with-native-cargo-nextest-integration/
- Ubuntu Community: https://discourse.ubuntu.com/t/rust-on-ubuntu-april-2026/79651
- GitHub Trending: https://github.com/trending?since=daily
- abhigyanpatwari/GitNexus: https://github.com/abhigyanpatwari/GitNexus
- google-ai-edge/gallery: https://github.com/google-ai-edge/gallery
- tobi/qmd: https://github.com/tobi/qmd
- NVIDIA/personaplex: https://github.com/NVIDIA/personaplex
- google-ai-edge/LiteRT-LM: https://github.com/google-ai-edge/LiteRT-LM
- santifer/career-ops: https://github.com/santifer/career-ops
- VoltAgent/awesome-design-md: https://github.com/VoltAgent/awesome-design-md
- forrestchang/andrej-karpathy-skills: https://github.com/forrestchang/andrej-karpathy-skills
- aaif-goose/goose: https://github.com/aaif-goose/goose
- siddharthvaddem/openscreen: https://github.com/siddharthvaddem/openscreen