Module assembly_pack::txt::manifest
source · Available on crate feature
manifest only.Expand description
§The manifest (*.txt) files
Re-exports§
pub use crate::common::FileMeta;
Structs§
- A manifest file in-memory
- The line in the
[version]section
Enums§
- An error from parsing a manifest
- A section of the manifest
Functions§
- load_
manifest asyncLoad the manifest from a stream of lines
Type Aliases§
- Line in a manifest file
- The result type for this module