Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/russss/rust-gs1
Library for dealing with GS1 identifiers
https://github.com/russss/rust-gs1
epc gen2 gs1 gs1-standard identifiers rfid rust upc
Last synced: about 1 month ago
JSON representation
Library for dealing with GS1 identifiers
- Host: GitHub
- URL: https://github.com/russss/rust-gs1
- Owner: russss
- License: lgpl-3.0
- Created: 2019-09-24T23:56:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T12:34:43.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T14:33:25.941Z (about 2 months ago)
- Topics: epc, gen2, gs1, gs1-standard, identifiers, rfid, rust, upc
- Language: Rust
- Size: 43 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gs1
Library for dealing with GS1 identifiers
[GS1](https://www.gs1.org/) is a ubiquitious system for globally unique identifiers in
business, and is a superset of better-known standard identifiers such as UPC, EAN, ISBN,
and ISSN.GS1 also provides standards for how identifiers should be represented as barcodes and as RFID
tags (the Electronic Product Code standard).## About this library
This library currently only includes functionality for a limited subset of the GS1 standard,
mostly focused around EPCs. Additional functionality is welcome.I'm also not especially familiar with Rust yet, so suggestions on how to structure this code
better are greatly appreciated.## Reference
The GS1 standards are [freely available](https://www.gs1.org/standards) and code in this
library is cross-referenced to these wherever possible.