code-scanner-driver 0.1.1

Driver for barcode scanners and keyboard input with GTIN validation, async streaming, and burst detection.
Documentation
1
2
3
4
5
6
use serde::Serialize;

#[derive(Debug, Serialize)]
pub enum Source {
    Keyboard,
}