doc cfg support
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit

This commit is contained in:
2022-10-26 00:22:56 +02:00
parent a2673c9870
commit 65e85f20e0
6 changed files with 12 additions and 1 deletions

View File

@ -65,6 +65,7 @@ pub struct SizeMissmatch {
pub found: usize,
pub expected: usize,
}
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum ByteConversionError {
/// The passed slice is too small. Returns the found and expected minimum size