|
You are here |
raphlinus.github.io | ||
| | | | |
blog.lohr.dev
|
|
| | | | | A review by a Rust enthusiast | |
| | | | |
blog.yoshuawuyts.com
|
|
| | | | | [AI summary] The article explores the capabilities and benefits of async Rust, emphasizing its unique features such as concurrency, cancellation, and control over execution. It discusses how async Rust separates concurrency from parallelism, enabling finer control and optimization, especially for latency-oriented workloads. The text also highlights the importance of the ecosystem, noting that many network-related libraries use async Rust, which influences the choice of libraries for developers. The conclusion reinforces that async Rust provides essential tools for managing execution and concurrency that are not available in non-async environments, making it a preferred choice for certain applications. | |
| | | | |
corrode.dev
|
|
| | | | | Rust has reached a level of maturity where it is being used for critical infrastructure, replacing legacy systems written in C or C++. This means, some Rust projects need to be maintained for years or even decades to come. ... | |
| | | | |
www.integralist.co.uk
|
|
| | | I've been learning Rust recently. This will probably be my third (lazy) attempt to learn the language. The reason I've failed previously is simply because I had no reason to learn it. Other than the memory safety aspects, which I like a lot, I don't actually like the design of the language at all (but that's a conversation for another day). This time around I want to learn the language as it's pertinent to my job. | ||