15 releases

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

#13 in macOS and iOS APIs

Download history 17714/week @ 2024-09-19 17239/week @ 2024-09-26 16672/week @ 2024-10-03 19864/week @ 2024-10-10 18586/week @ 2024-10-17 16851/week @ 2024-10-24 16823/week @ 2024-10-31 18587/week @ 2024-11-07 17576/week @ 2024-11-14 20318/week @ 2024-11-21 23317/week @ 2024-11-28 21000/week @ 2024-12-05 21320/week @ 2024-12-12 16195/week @ 2024-12-19 12200/week @ 2024-12-26 17979/week @ 2025-01-02

71,389 downloads per month
Used in 3 crates (2 directly)

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
~20K SLoC