Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions draft/2025-02-19-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ and just ask the editors to select the category.
### Project/Tooling Updates

- [Towards Practical Formal Verification for a General-Purpose OS in Rust](https://asterinas.github.io/2025/02/13/towards-practical-formal-verification-for-a-general-purpose-os-in-rust.html)
- [cargo-autodd - A CLI tool to automatically add dependencies to Rust projects](https://github.com/nwiizo/cargo-autodd)
A command-line utility that helps Rust developers automatically add dependencies to their projects by analyzing their code and suggesting relevant crates from crates.io, streamlining the dependency management process.

### Observations/Thoughts

Expand Down