im920_rs 1.0.5

IM920sL library for Rust
Documentation
1
2
3
4
5
#[derive(Debug, Clone, Copy, PartialEq)]
pub enum IM920Result {
    Ok,
    Ng,
}