Structs§
- UPC
- Main UPC structure containing the base UPC code alonside it’s
check digit. This is the core of the
upc_checkerlibrary
Enums§
- UPCError
- Error enum for the UPCs. This is responsable for the Error return on
the
Result<T, E>E (error) on theUPC.check_upc()method and commonly implaments errors when users use standards implamented by theUPCStandardwrongly. - UPCStandard
- The impamentations on the widely-used UPC code standards are simple
i8arrays with a defined length.