usb_hid_magstripe_reader 0.1.0

USB HID Magstripe reader driver (Megahunt HID FS Keyboard / Run Mall)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "usb_hid_magstripe_reader"
description = "USB HID Magstripe reader driver (Megahunt HID FS Keyboard / Run Mall)"
version = "0.1.0"
edition = "2021"
license = "MIT"
homepage = "https://github.com/alexile/usb_hid_magstripe_reader"
documentation = "https://github.com/alexile/usb_hid_magstripe_reader"
repository = "https://github.com/alexile/usb_hid_magstripe_reader"
readme = "README.md"

[lib]
name = "usb_hid_magstripe_reader"
path = "src/lib.rs"

[dependencies]
rusb = "0.9.3"