#fat #mach #macho #universal #universal2

fat-macho

Mach-O Fat Binary Reader and Writer

13 releases

0.4.7 Jun 12, 2023
0.4.6 Oct 24, 2022
0.4.5 Feb 15, 2022
0.4.4 Jul 10, 2021
0.4.2 Feb 13, 2021

#15 in macOS and iOS APIs

Download history 3540/week @ 2023-06-05 3606/week @ 2023-06-12 2778/week @ 2023-06-19 2831/week @ 2023-06-26 3815/week @ 2023-07-03 4213/week @ 2023-07-10 5720/week @ 2023-07-17 4806/week @ 2023-07-24 5913/week @ 2023-07-31 4940/week @ 2023-08-07 5156/week @ 2023-08-14 4719/week @ 2023-08-21 5571/week @ 2023-08-28 6590/week @ 2023-09-04 7284/week @ 2023-09-11 6438/week @ 2023-09-18

26,305 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 builds.sr.ht status 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
~21K SLoC