diff --git a/src/header.rs b/src/header.rs index ffb333d..5fbf7b4 100644 --- a/src/header.rs +++ b/src/header.rs @@ -54,6 +54,7 @@ impl Debug for Size { } } +/// Wrapper around the UNIX file permissions given in octal ASCII. #[derive(Copy, Clone)] #[repr(transparent)] pub struct Mode(StaticCString<8>);