Crates.io | macbinary |
lib.rs | macbinary |
version | 0.2.1 |
source | src |
created_at | 2023-03-22 08:16:44.851697 |
updated_at | 2023-05-30 07:33:24.372398 |
description | MacBinary and resource fork parser |
homepage | https://7bit.org/macbinary/ |
repository | https://github.com/wezm/macbinary |
max_upload_size | |
id | 816804 |
size | 84,581 |
no_std
environmentsThere 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.
Licensed under Apache License, Version 2.0 (LICENSE). The codebase incorporates
binary parsing code from Allsorts and the
NumFrom
trait from ttf-parser.