14个版本
0.4.8 | 2024年1月14日 |
---|---|
0.4.7 | 2023年6月12日 |
0.4.6 | 2022年10月24日 |
0.4.5 | 2022年2月15日 |
0.4.2 | 2021年2月13日 |
#14 in macOS和iOS API
每月 62,249 次下载
用于 3 个包 (2 直接)
26KB
591 行
包含 (Mach-o 可执行文件, 17KB) tests/fixtures/thin_arm64,(Mach-o 可执行文件, 17KB) tests/fixtures/thin_x86_64,(静态库, 1KB) tests/fixtures/thin_arm64.a,(静态库, 1KB) tests/fixtures/thin_x86_64.a
fat-macho-rs
Mach-O Fat 二进制读写器
安装
将其添加到您的 Cargo.toml
[dependencies]
fat-macho = "0.4"
然后即可使用。如果您使用的是Rust 2015,则还必须在您的包根目录中添加 extern crate fat_macho
。
许可证
本作品根据MIT许可证发布。许可证的副本在LICENSE文件中提供。
依赖关系
~1MB
~19K SLoC