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