Install cargo-instruments
mainYou can install cargo-instruments using Homebrew or by building from source.
Via Homebrew
brew install cargo-instrumentsVia Cargo (Building from Source)
If you have OpenSSL installed (e.g., via brew):
cargo install cargo-instrumentsIf you encounter OpenSSL errors (e.g., Could not find directory of OpenSSL installation...), use the vendored-openssl feature:
cargo install --features vendored-openssl cargo-instruments