#mach #macos #api #wrapping #raw #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

#156 in macOS and iOS APIs

Download history 1/week @ 2024-02-12 20/week @ 2024-02-19 69/week @ 2024-02-26 13/week @ 2024-03-04 20/week @ 2024-03-11 13/week @ 2024-03-18 13/week @ 2024-03-25 91/week @ 2024-04-01 9/week @ 2024-04-08 13/week @ 2024-04-15 14/week @ 2024-04-22

129 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