zsign-rust
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.
Example Usage
let result = new
.with_cert_file
.with_pkey_file
.with_prov_file
.sign;