Expand description
Package file manifest tracking
Maps packages to their installed files with checksums for integrity verification. Each package records the files it installs so they can be verified, queried, or cleaned up on removal.
Structs§
- File
Manifest - A record of files installed by a package
- File
Record - Record of a single installed file
Enums§
- File
Type - Type classification for files installed by a package.
Functions§
- fnv1a_
hash - Compute a simple non-cryptographic hash of file data.