Docs.rs
upc-checker-0.1.5
upc-checker 0.1.5
Permalink
Docs.rs crate page
MIT
20 June 2026
Links
Repository
crates.io
Source
Owners
Owez
Dependencies
Versions
40%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate upc_checker
upc_
checker
0.1.5
All Items
Crate Items
Structs
Enums
Crate
upc_
checker
Copy item path
Source
Structs
§
UPC
Main UPC structure containing the base UPC code alonside it’s check digit. This is the core of the
upc_checker
library
Enums
§
UPCError
Error enum for the UPCs. This is responsable for the Error return on the
Result<T, E>
E (error) on the
UPC.check_upc()
method and commonly implaments errors when users use standards implamented by the
UPCStandard
wrongly.
UPCStandard
The impamentations on the widely-used UPC code standards are simple
i8
arrays with a defined length.