#mach #macos #api #raw #wrapping #bindings #mach-o-sys

mach_o

A nicer API for working with OSX's mach-o system library (built on top of mach_o_sys)

3 releases

Uses old Rust 2015

0.1.2 Jul 31, 2016
0.1.1 Jul 27, 2016
0.1.0 Jul 27, 2016

#171 in macOS and iOS APIs

Download history 1/week @ 2024-11-13 2/week @ 2024-11-20 18/week @ 2024-12-04 44/week @ 2024-12-11 12/week @ 2024-12-18 4/week @ 2025-01-01 10/week @ 2025-01-08 19/week @ 2025-01-15 9/week @ 2025-01-22 9/week @ 2025-01-29 24/week @ 2025-02-05 35/week @ 2025-02-12 6/week @ 2025-02-19 24/week @ 2025-02-26

91 downloads per month

Apache-2.0/MIT

325KB
178 lines

Contains (Mach-o exe, 1MB) tests/test-mach-o-file

mach_o

Build Status

Slightly nicer Rust API wrapping the raw OSX Mach-O system library bindings exposed via the mach_o_sys crate.


lib.rs:

A Rust API for working with OSX's Mach-O object files.

Dependencies