little_ferris@programming.dev to Rust@programming.devEnglish · edit-221 days agoWhat are some mind blowing Rust tricks?message-squaremessage-square47fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareWhat are some mind blowing Rust tricks?little_ferris@programming.dev to Rust@programming.devEnglish · edit-221 days agomessage-square47fedilinkfile-text
If we were to create a Rust version of this page for Haskell, what cool programming techniques would you add to it?
minus-squareEphera@lemmy.mllinkfedilinkarrow-up0·14 days agoRust has “const generics” which are, for example, used to pass the length of a fixed-length array via the type system. Apparently, const generics also do allow for some mild arithmetic. https://doc.rust-lang.org/reference/items/generics.html#const-generics
Rust has “const generics” which are, for example, used to pass the length of a fixed-length array via the type system. Apparently, const generics also do allow for some mild arithmetic.
https://doc.rust-lang.org/reference/items/generics.html#const-generics