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

#16 in macOS and iOS APIs

Download history 8407/week @ 2024-01-11 8986/week @ 2024-01-18 8337/week @ 2024-01-25 9222/week @ 2024-02-01 7289/week @ 2024-02-08 7354/week @ 2024-02-15 14235/week @ 2024-02-22 21718/week @ 2024-02-29 43510/week @ 2024-03-07 55125/week @ 2024-03-14 27645/week @ 2024-03-21 10824/week @ 2024-03-28 9017/week @ 2024-04-04 11296/week @ 2024-04-11 12677/week @ 2024-04-18 9726/week @ 2024-04-25

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