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