upc-checker
Overview
About
upc-checker is a small Rust Crate for quickly checking a UPC code compared to a check digit. It currently only supports the popular UPC-A format and is a no_std crate.
An Example
Here is a small, working example of upc-checker in action:
extern crate upc_checker;
Documentation
You can find the documentation of this crate on a handy doc.rs page.