From 06198e61a620361b8f9c6c149eb48cdf1b2b0e4d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 23 Apr 2021 14:34:08 +0300 Subject: comment more --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 82f4123..7075477 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -45,9 +45,11 @@ pub struct ManifestEntry { #[serde(skip)] is_regular: bool, + // Store the original name in a hidden field, for compute_checksum. #[serde(skip)] filename: PathBuf, + // We store pathname as a string so that we can handle non-UTF8 names. path: String, #[serde(with = "mode")] mode: u32, -- cgit v1.2.1