Crate apple_bom

source ·
Expand description

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.

Re-exports

Modules