https://github.com/messense/fat-macho-rs
Mach-O Fat Binary Reader and Writer
https://github.com/messense/fat-macho-rs
fat lipo mach macho
Last synced: 9 months ago
JSON representation
Mach-O Fat Binary Reader and Writer
- Host: GitHub
- URL: https://github.com/messense/fat-macho-rs
- Owner: messense
- License: mit
- Created: 2021-01-19T10:12:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T11:51:18.000Z (over 1 year ago)
- Last Synced: 2025-05-19T08:08:33.892Z (about 1 year ago)
- Topics: fat, lipo, mach, macho
- Language: Rust
- Homepage:
- Size: 92.8 KB
- Stars: 23
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fat-macho-rs
[](https://github.com/messense/fat-macho-rs/actions?query=workflow%3ACI)
[](https://codecov.io/gh/messense/fat-macho-rs)
[](https://crates.io/crates/fat-macho)
[](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.