Get started developing with Rust using Windows, including setup for your development environment, Rust for Windows, and code examples. (more…)
Read more »
Did you know that macOS has a secret setting that can make Rust builds faster? It can also make Rust tests faster (sometimes massively so). It probably even has similar effects for other compiled languages such as C, C++, Go, and Swift. It sounds crazy, b... (more…)
Read more »
Many people who use Rust for a bit - especially those who like the language but
do not fall in love with it - feel a sense that there must be a smaller,
simpler variation on the same theme which would maybe be a little less
powerful, but would also be muc... (more…)
Read more »
Extremely fast tracing library for Rust. Contribute to tikv/minitrace-rust development by creating an account on GitHub. (more…)
Read more »
Lately I've been seeing lots of anecdotes from people trying to get into Rust
who get really hung up on strings (&str, String, and their relationship).
Beyond Rust's usual challenges around ownership, there can be an added layer of
frustration because... (more…)
Read more »