Fixing Incorrect Tracing Parent Spans with Futures and JoinSet in Rust
Published on
Learn how to solve incorrect tracing parent spans in Rust async code when using Futures and JoinSet. Discover the cause and implement effective solutions.
Welcome to my blog! Here you'll find my thoughts and experiences on Rust programming, software craftsmanship, and various tech topics. Feel free to explore the posts below.
My aim is to regularly share my insights on:
Whether you're a seasoned Rust developer or just getting started, I hope you'll find something interesting and useful here. Enjoy reading!
Published on
Learn how to solve incorrect tracing parent spans in Rust async code when using Futures and JoinSet. Discover the cause and implement effective solutions.
Published on
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.
Published on
Learn how to implement a custom Dependency Injection (DI) container in Rust. This comprehensive guide covers various dependency types, lifetimes, and advanced patterns, providing a solid foundation for building modular and testable Rust applications.