Crate cargo_pgo

Crate cargo_pgo 

Source
Expand description

This crate contains a Cargo subcommand designed for simplifying the usage of feedback-directed optimizations for Rust crates.

You can find a usage guide for cargo-pgo at its repository.

Modules§

bolt
build
check
clean
pgo

Functions§

get_cargo_ctx
Finds Cargo metadata from the current directory.
get_default_target
Tries to find the default target triple used for compiling on the current host computer.
get_rustc_version