2 unstable releases
| 0.3.0 | Nov 3, 2024 |
|---|---|
| 0.2.0 | Nov 6, 2023 |
#15 in #pkg
57 downloads per month
79KB
1.5K
SLoC
Interact with Apple BOM files.
Apple Bill of Materials (BOM) files are a file format / data structure
for indexing file content with additional metadata. They are commonly
found in flat packages (e.g. .pkg files).
This crate provides an interface for reading and writing Apple BOM files.
The gateway to reading support is [ParsedBom], which provides a read-only interface to a BOM data structure.
Writing support is still a work in progress.
apple-bom
This crate supports parsing and serializing Apple Bill of Materials (BOM)
files. These files are typically encountered in Apple .pkg installers.
This crate is a work in progress and doesn't yet implement all features correctly. Contributions are much welcomed.
Dependencies
~2.1–3MB
~51K SLoC