docs.rs failed to build epcis-translate-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
epcis-translate-0.1.1
epcis-translate
High-performance, zero-allocation bidirectional translators for GS1 identifiers (SGTIN, SSCC, SGLN, GRAI, GIAI) between EPC URN and GS1 Digital Link path formats.
Features
- Zero-Allocation Parsing: Leverages lifetime-bound string slices (
&'a str) to prevent heap allocation during parser operations. - Check-Digit Verification: Includes built-in Luhn checksum calculations for GS1 identifiers.
- Complete Bidirectional Translations: Converts both to and from EPC URN and GS1 Digital Link formats.
Quick Start
use Sgtin;
Supported Translators
- SGTIN (Serialized Global Trade Item Number)
- SSCC (Serial Shipping Container Code)
- SGLN (Global Location Number)
- GRAI (Global Returnable Asset Identifier)
- GIAI (Global Individual Asset Identifier)
License
Licensed under either of Apache-2.0 or MIT.