An open API service indexing awesome lists of open source software.

https://github.com/fitzgen/mach_o_sys

Bindings to the OSX mach-o system library
https://github.com/fitzgen/mach_o_sys

Last synced: over 1 year ago
JSON representation

Bindings to the OSX mach-o system library

Awesome Lists containing this project

README

          

# `mach_o_sys`

![Build Status](https://travis-ci.org/fitzgen/mach_o_sys.svg?branch=master)

Rust bindings to the OSX mach-o system library (`/usr/include/mach-o/**.h`).

See the `mach_o` crate for a slightly nicer API built on top of this crate.