Fast and robust atproto CAR file processing in rust

old unused error

-2
-2
src/walk.rs
··· 23 23 /// Errors from invalid Rkeys 24 24 #[derive(Debug, PartialEq, thiserror::Error)] 25 25 pub enum MstError { 26 - #[error("RKey was not utf-8")] 27 - EntryRkeyNotUtf8(#[from] std::string::FromUtf8Error), 28 26 #[error("Nodes cannot be empty (except for an entirely empty MST)")] 29 27 EmptyNode, 30 28 #[error("Expected node to be at depth {expected}, but it was at {depth}")]