/rust

A collection of my rustlings

Primary LanguageRustMIT LicenseMIT

rust

A collection of my rustlings

Useful commands

Specify the edition with cargo new

This is super useful when you have upgraded rust and now the default edition is 2024, if you want 2021, you can run:

cargo new my_project --edition 2021