Expand description
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 the riddiculous form of a PDF.
This crate parses the PDF and exposes an interface to poll the JEDEC manufacturer string of a JEP106 ID code.
§Example
let nordic = jep106::JEP106Code::new(0x02, 0x44).get();
assert_eq!(Some("Nordic VLSI ASA"), nordic);
Structs§
- JEP106
Code - A Struct which contains a fully qualified JEP106 manufacturer code.
Functions§
- version
- Returns the JEP106 specification version code.