File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# cargo init
22
33> Create a new Cargo package.
4- > Equivalent of ` cargo new ` , but specifiying a directory is optional.
4+ > Equivalent of ` cargo new ` , but specifying a directory is optional.
55> More information: < https://doc.rust-lang.org/cargo/commands/cargo-init.html > .
66
77- Initialize a Rust project with a binary target in the current directory:
Original file line number Diff line number Diff line change 11# cargo new
22
33> Create a new Cargo package.
4- > Equivalent of ` cargo init ` , but specifiying a directory is required.
4+ > Equivalent of ` cargo init ` , but specifying a directory is required.
55> More information: < https://doc.rust-lang.org/cargo/commands/cargo-new.html > .
66
77- Create a new Rust project with a binary target:
Original file line number Diff line number Diff line change 11# pkgctl db update
22
3- > Update the ` pacman ` database as final release step for packages that have been transfered and staged on < https://repos.archlinux.org > .
3+ > Update the ` pacman ` database as final release step for packages that have been transferred and staged on < https://repos.archlinux.org > .
44> More information: < https://man.archlinux.org/man/pkgctl-db-update.1 > .
55
66- Update the binary repository as final release step:
You can’t perform that action at this time.
0 commit comments