Adding cu29_traits library as a dependency
Run this command in a terminal, in your project's directory:
cargo add cu29-traits
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
cu29-traits = "0.12.0"
The cu29_traits library will be automatically available globally.
Read the cu29_traits library documentation.