Crate macbinary

Source
Expand description

MacBinary and resource fork parser

§Specifications:

§Other references:

Re-exports§

pub use crate::resource::ResourceFork;

Modules§

resource
Routines for parsing and reading structured data from resource forks.

Structs§

FourCC
A four-character code
MacBinary
A parsed MacBinary file containing metadata, data fork (if present), and resource fork (if present)

Enums§

ParseError
Errors that originate when parsing binary data
Version
MacBinary version.

Functions§

detect
Determine if the supplied data looks like MacBinary data.
parse
Parse a MacBinary encoded file.