fat-macho

Crates.iofat-macho
lib.rsfat-macho
version0.4.8
sourcesrc
created_at2021-01-20 04:07:19.216307
updated_at2024-01-14 06:39:35.819883
descriptionMach-O Fat Binary Reader and Writer
homepage
repositoryhttps://github.com/messense/fat-macho-rs.git
max_upload_size
id344252
size402,422
Maintainers (github:pyo3:maintainers)

documentation

README

fat-macho-rs

GitHub Actions codecov Crates.io docs.rs

Mach-O Fat Binary Reader and Writer

Installation

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.

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.

Commit count: 101

cargo fmt