jep106 0.2.5

A pollable collection of all JEP106 manufacturer codes.
Documentation

jep106

crates.io

documentation

Build Status

This crate provides a means to retrieve the JEDEC manufacturer string for a corresponding JEP106 ID Code.

All the codes can be found on the page of the JEDEC organization but are presented in as a PDF. This crate contains the parsed data from the PDF and exposes an interface to poll the JEDEC manufacturer string of a JEP106 ID code.

The PDF is parsed by the jep106-parse helper crate.

Status

The crate provides the JEP106BB Revision of the codes list which was published in June 2020.

Usage

See docs.

Development

This crate only contains the library part of the jep106 crate. To change how the PDF itself is processed, check out the jep106-parse helper crate.

License

Licensed under either of

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.