A half-hour to learn Rust
Url
Programming language
Is
A quick intro to Rust through a collection of snippets
In this article, instead of focusing on one or two concepts, I'll try to go
through as many Rust snippets as I can, and explain what the keywords and
symbols they contain mean.
Bookmark
Generic functions can be thought of as namespaces, containing an infinity of functions with different concrete types.