| Crates.io | zsign-rust |
| lib.rs | zsign-rust |
| version | 0.1.7 |
| created_at | 2025-08-06 22:59:53.189211+00 |
| updated_at | 2025-11-27 02:09:12.648703+00 |
| description | Rust bindings for zsign |
| homepage | |
| repository | https://github.com/nab138/zsign-rust |
| max_upload_size | |
| id | 1784420 |
| size | 303,348 |
Rust bindings for zsign
Note that the ability to zip, unzip, and install has been removed from zsign for simplicity. If you want this functionality you will have to implement it yourself.
let result = zsign_rust::ZSignOptions::new(path_to_app_folder)
.with_cert_file(path_to_certificate)
.with_pkey_file(path_to_private_key)
.with_prov_file(path_to_provisioning_profile)
.sign();