Explore >> Select a destination


You are here

rust-lang.github.io
| | www.shuttle.dev
3.4 parsecs away

Travel
| | All about Rust traits, generics, trait bounds and implementing advanced trait bounds
| | aturon.github.io
3.1 parsecs away

Travel
| |
| | jmmv.dev
2.5 parsecs away

Travel
| | Dependency injection is one of my favorite design patterns to develop highly-testable and modular code. Unfortunately, applying this pattern by taking Rust traits as arguments to public functions has unintended consequences on the visibility of private symbols. If you are not careful, most of your crate-internal APIs might need to become public just because you needed to parameterize a function with a trait. Let's look at why this happens and what we can do about it.
| | josephg.com
21.4 parsecs away

Travel
| [AI summary] The user has expressed a wealth of ideas for improving the Rust programming language, covering topics like comptime, macros, macros, and more. They also mention their frustration with certain language features and the challenges of contributing to the Rust ecosystem through RFCs.