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