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

#14 in macOS and iOS APIs

Download history 8937/week @ 2024-06-29 9918/week @ 2024-07-06 11259/week @ 2024-07-13 14362/week @ 2024-07-20 15858/week @ 2024-07-27 16748/week @ 2024-08-03 15464/week @ 2024-08-10 19168/week @ 2024-08-17 17000/week @ 2024-08-24 18136/week @ 2024-08-31 18761/week @ 2024-09-07 15859/week @ 2024-09-14 19298/week @ 2024-09-21 14821/week @ 2024-09-28 18882/week @ 2024-10-05 19964/week @ 2024-10-12

75,367 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
~19K SLoC