eds_core/
error.rs

1#[derive(Debug)]
2pub enum Error {
3    OutOfMemory,
4    NotFindStart,
5    CrcCheckError,
6    NotFindEnd,
7}