Hello and welcome to another issue of This Week in Rust!
Rust is a systems language pursuing the trifecta: safety, concurrency, and speed.
This is a weekly summary of its progress and community.
Want something mentioned? Tweet us at @ThisWeekInRust or sen... (more…)
Read more »
dirs-sys 0.4.1 was just released and comes w/ a new dependency option-ext. I think this is a bit unfortunate due to two reasons: dependency bloat: dirs-sys is a rather low-level crate and just pull... (more…)
Read more »
I've recently been writing a bit of parsing code in Rust, and I've been jumping back and forth between a few different parsing libraries - they all have different advantages and disadvantages, so I wanted to write up some notes here to help folks who are ... (more…)
Read more »
Rust’s performance, package management, and other features make it a strong alternative to Python for MLOps, especially used in conjunction with GitHub Copilot. (more…)
Read more »
A high performance Write Ahead Log in Rust. Contribute to nubskr/walrus development by creating an account on GitHub. (more…)
Read more »