Expand description
Check Digit Algorithms in Rust
Modules§
- prelude
- Prelude type definitions.
Enums§
- Error
- Represents possible errors of check digit computation.
Traits§
- Check
Digit Algo - Defines minimum common operations of check digit algorithms.
Functions§
- ref_
luhn - Returns a new Luhn algorithm object.