rxing 0.8.5

A rust port of the zxing barcode library.
Documentation
1
2
3
4
5
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum LineOrientation {
    Row,
    Column,
}