Adding enum_ordinalize library as a dependency

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:

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.