⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module manifest

Module manifest 

Source
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§

FileManifest
A record of files installed by a package
FileRecord
Record of a single installed file

Enums§

FileType
Type classification for files installed by a package.

Functions§

fnv1a_hash
Compute a simple non-cryptographic hash of file data.