macbinary 0.1.0-alpha

MacBinary and resource fork parser
Documentation
<h1 align="center">
  <img src="feed-icon.svg" width="48" alt=""><br>
  MacBinary for Rust
</h1>

<div align="center">
  <strong>This crate provides utilities for reading MacBinary files and parsing resource forks commonly used on classic Mac OS.</strong>
</div>

<br>

<!--
<div align="center">
  <a href="https://cirrus-ci.com/github/wezm/rsspls">
    <img src="https://api.cirrus-ci.com/github/wezm/rsspls.svg" alt="Build Status"></a>
  <a href="https://crates.io/crates/rsspls">
    <img src="https://img.shields.io/crates/v/rsspls.svg" alt="Version">
  </a>
  <img src="https://img.shields.io/crates/l/rsspls.svg" alt="License">
</div>
-->

<br>

This crate can parse Macbinary I, II, and III files. It also provides functionality for
extracting individual resources from resource fork data as well <!-- as well as iterating
over all resources -->.