14 releases

0.4.8 Jan 14, 2024
0.4.7 Jun 12, 2023
0.4.6 Oct 24, 2022
0.4.5 Feb 15, 2022
0.4.2 Feb 13, 2021

#15 in macOS and iOS APIs

Download history 5300/week @ 2023-12-23 7326/week @ 2023-12-30 8278/week @ 2024-01-06 8685/week @ 2024-01-13 8866/week @ 2024-01-20 8734/week @ 2024-01-27 8441/week @ 2024-02-03 6941/week @ 2024-02-10 8109/week @ 2024-02-17 16749/week @ 2024-02-24 24403/week @ 2024-03-02 57863/week @ 2024-03-09 51281/week @ 2024-03-16 12907/week @ 2024-03-23 10686/week @ 2024-03-30 6952/week @ 2024-04-06

86,110 downloads per month
Used in 2 crates

MIT license

26KB
591 lines

Contains (Mach-o exe, 17KB) tests/fixtures/thin_arm64, (Mach-o exe, 17KB) tests/fixtures/thin_x86_64, (static library, 1KB) tests/fixtures/thin_arm64.a, (static library, 1KB) tests/fixtures/thin_x86_64.a

fat-macho-rs

GitHub Actions codecov Crates.io docs.rs

Mach-O Fat Binary Reader and Writer

Installation

Add it to your Cargo.toml:

[dependencies]
fat-macho = "0.4"

then you are good to go. If you are using Rust 2015 you have to add extern crate fat_macho to your crate root as well.

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.

Dependencies

~1MB
~19K SLoC