Rust

Rust

55 bookmarks
Custom sorting
Mastering Dependency Injection in Rust: Using a macro part 1
Mastering Dependency Injection in Rust: Using a macro part 1
Explore how to simplify dependency injection in Rust using a custom macro. Learn about concrete types, trait-based dependencies, dynamic traits, chaining, and async dependencies with the despatma crate.
·chesedo.me·
Mastering Dependency Injection in Rust: Using a macro part 1
Query.rs
Query.rs
·query.rs·
Query.rs
Rust error handling with anyhow - AntoineRR's blog
Rust error handling with anyhow - AntoineRR's blog
Rust has an unusual way of handling errors, and it can be a bit tricky to deal with at first. Some crates exists to help you facing the rough edges of Rust e...
·antoinerr.github.io·
Rust error handling with anyhow - AntoineRR's blog
Error Handling In Rust - A Deep Dive
Error Handling In Rust - A Deep Dive
Error handling in Rust can be confusing - should you use a library? Which one? For what purpose? This chapter provides a structured framework to reason about errors as well as a guide on how to leverage the existing ecosystem (`thiserror`, `anyhow`).
·lpalmieri.com·
Error Handling In Rust - A Deep Dive
Learn to become a Rust developer
Learn to become a Rust developer
Community driven, articles, resources, guides, interview questions, quizzes for Rust development. Learn to become a modern Rust developer by following the steps, skills, resources and guides listed in this roadmap.
·roadmap.sh·
Learn to become a Rust developer
Error Handling In Rust - A Deep Dive | Luca Palmieri
Error Handling In Rust - A Deep Dive | Luca Palmieri
Error handling in Rust can be confusing - should you use a library? Which one? For what purpose? This chapter provides a structured framework to reason about errors as well as a guide on how to leverage the existing ecosystem (`thiserror`, `anyhow`).
·lpalmieri.com·
Error Handling In Rust - A Deep Dive | Luca Palmieri
Async: What is blocking? – Alice Ryhl
Async: What is blocking? – Alice Ryhl
The async/await feature in Rust is implemented using a mechanism known as cooperative scheduling, and this has some important consequences for people who write asynchronous Rust code.
Alice Ryhl
·ryhl.io·
Async: What is blocking? – Alice Ryhl
Rust Object Store Donation | InfluxData
Rust Object Store Donation | InfluxData
Today we are happy to officially announce that InfluxData has donated a generic object store implementation to the Apache Arrow project. #influxdb
·influxdata.com·
Rust Object Store Donation | InfluxData