# fat-macho-rs [![GitHub Actions](https://github.com/messense/fat-macho-rs/workflows/CI/badge.svg)](https://github.com/messense/fat-macho-rs/actions?query=workflow%3ACI) [![codecov](https://codecov.io/gh/messense/fat-macho-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/messense/fat-macho-rs) [![Crates.io](https://img.shields.io/crates/v/fat-macho.svg)](https://crates.io/crates/fat-macho) [![docs.rs](https://docs.rs/fat-macho/badge.svg)](https://docs.rs/fat-macho/) Mach-O Fat Binary Reader and Writer ## Installation Add it to your ``Cargo.toml``: ```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](./LICENSE) file.