rust-patterns topic
List
rust-patterns repositories
mux-stream
37
Stars
3
Forks
Watchers
(De)multiplex asynchronous streams
replace_with
98
Stars
9
Forks
Watchers
Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.
sealed-rs
48
Stars
5
Forks
Watchers
Macro for sealing traits and structures
tuplers
17
Stars
3
Forks
Watchers
Provides many useful tools related to tuples
wherr
49
Stars
2
Forks
Watchers
Enhance Rust errors with file and line details using the `#[wherr]` macro for clearer debugging.