rfid-reader
A rust package for decoding and encoding of the Wiegand format used in 125KHz RFID fobs.
Examples
use WiegandFormat;
let standard_format = WiegandFormat ;
let = standard_format.decode.unwrap;
println!;
Resources
How does one learn more about this format?
Look no further than HID®'s website for documentation.