jabcode 1.1.0

Bindings for the JAB code reference implementation
Documentation
1
2
3
4
5
6
7
use thiserror::Error;

#[derive(Error, Debug)]
pub enum ReadError {
    #[error("Decoding JABCode failed")]
    Jab,
}