enum_ordinalize
Run this command in a terminal, in your project"s directory:
cargo add enum-ordinalize
To add it manually, edit your project"s Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
enum-ordinalize = "4.3.0"
The enum_ordinalize library will be automatically available globally. Read the enum_ordinalize library documentation.
Back to the crate overview.