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
- Host: GitHub
- URL: https://github.com/fitzgen/mach_o_sys
- Owner: fitzgen
- License: apache-2.0
- Created: 2016-07-23T00:17:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-27T05:36:58.000Z (almost 10 years ago)
- Last Synced: 2025-03-17T11:59:42.601Z (over 1 year ago)
- Language: Rust
- Size: 41 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `mach_o_sys`

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.