Exclosured.Manifest
(exclosured v0.1.4)
Copy Markdown
Manages the build manifest for incremental compilation.
Tracks modification times of source files (.rs, .toml, .lock) to determine which modules need recompilation.
Summary
Functions
Deletes the manifest file.
Returns the path to the manifest file.
Reads the manifest from disk. Returns an empty map if not found.
Returns the list of modules that need recompilation based on changed source files.
Updates the manifest entry for a compiled module by recording current mtimes of its source files.
Writes the manifest to disk.
Functions
Deletes the manifest file.
Returns the path to the manifest file.
Reads the manifest from disk. Returns an empty map if not found.
Returns the list of modules that need recompilation based on changed source files.
Updates the manifest entry for a compiled module by recording current mtimes of its source files.
Writes the manifest to disk.