Crates.io | fat-macho |
lib.rs | fat-macho |
version | 0.4.9 |
source | src |
created_at | 2021-01-20 04:07:19.216307 |
updated_at | 2024-10-30 11:51:29.396612 |
description | Mach-O Fat Binary Reader and Writer |
homepage | |
repository | https://github.com/messense/fat-macho-rs.git |
max_upload_size | |
id | 344252 |
size | 402,558 |
Mach-O Fat Binary Reader and Writer
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.
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.