66
What are some mind blowing Rust tricks?
(programming.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Something i didnt know for a long time (even though its mentioned in the book pretty sure) is that enum discriminants work like functions
Not too crazy but its something that blew my mind when i first saw it
Clippy will warn you if you don't use this feature.