From 69a65b050dcbc03b6f9b312336ab64d425617bd2 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Mon, 4 Oct 2021 11:34:28 +0200 Subject: [PATCH] doc --- src/header.rs | 1 + 1 file changed, 1 insertion(+) 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>);