MacBinary for Rust

This crate provides utilities for reading MacBinary files and parsing resource forks commonly used on classic Mac OS.


Build Status Documentation Version License


Features

Building for WebAssembly

There is a Makefile that automates building for WebAssembly, it requires you have wasm-bindgen installed. Run make (or gmake on BSD) to build the artefacts. The output is put into a wasm directory.

License & Credits

Licensed under Apache License, Version 2.0 (LICENSE). The codebase incorporates binary parsing code from Allsorts and the NumFrom trait from [ttf-parser].