Skip to main content

Crate resource_fork

Crate resource_fork 

Source
Expand description

§resource-fork-rs

A rust library for reading macintosh resource forks

Modules§

structs
On-disk structures used in the binary representation of resource forks

Structs§

ResourceFork
Reader for reading resource forks in a structured way

Enums§

Error
General error used to describe parsing errors

Traits§

ResourceForkReader
Interface for reading typed resource from a resource fork
ResourceReading
Implementing this trait allow reading structs transparently from a resource fork

Derive Macros§

Resource
Make a struct readable from a resource fork