jt_util 0.1.1

jt808 jt1078等基础库实现
Documentation
1
2
3
4
5
6
pub trait CodecError {
    fn is_io_err(&self) -> bool;
}
pub trait CodecEof {
    fn is_eof(&self) -> bool;
}