DEV Community

Discussion on: Type-level Bubble Sort in Rust: Part 2

Collapse
 
ernestvonmoscow profile image
VanPonasenkov • Edited

Fascinating, Absolutely fascinating. I've seen a similar implementation of this in Scala but, this is on another level. I haven't coded in Rust but I've been really interested in it lately, are there any good Rust learning resources?

Collapse
 
thedenisnikulin profile image
Denis • Edited

Thank you very much! I personally started learning the language with The Rust Programming Language book (doc.rust-lang.org/book/), it's quite comprehensive and well-told (it's also translated to Russian if you want). I like Exercism which has quite interesting exercises in Rust (exercism.org/), and Rustlings again for exercises (github.com/rust-lang/rustlings)!