cargo build
Compile a local package and all of its dependencies.
- Build the package or packages defined by the `Cargo.toml` manifest file in the local path:
- Build artifacts in release mode, with optimizations:
- Require that `Cargo.lock` is up to date:
- Build all packages in the workspace:
- Build a specific package:
- Build only the specified binary:
- Build only the specified test target:
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).