Adding ruvector_profiler library as a dependency

Run this command in a terminal, in your project's directory:

cargo add ruvector-profiler

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

ruvector-profiler = "2.0.4"

The ruvector_profiler library will be automatically available globally. Read the ruvector_profiler library documentation.

Back to the crate overview.