Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-21 00:14:12 +00:00
parent ed20cae0f7
commit f595aabfbc
8 changed files with 45 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# cargo init
> Create a new Cargo package.
> Equivalent of `cargo new`, but specifiying a directory is optional.
> Equivalent of `cargo new`, but specifying a directory is optional.
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-init.html>.
- Initialize a Rust project with a binary target in the current directory: