Crates.io | inno |
lib.rs | inno |
version | 0.2.0 |
created_at | 2025-07-29 00:11:43.163644+00 |
updated_at | 2025-08-31 17:55:37.354299+00 |
description | Library for reading Inno Setup executables |
homepage | |
repository | https://github.com/russellbanks/inno |
max_upload_size | |
id | 1771743 |
size | 409,642 |
Add this to your Cargo.toml
:
[dependencies]
inno = "0.2"
use inno::Inno;
fn main() {
let inno_file = File::new("innosetup-6.5.1.exe").unwrap();
let inno = Inno::new(file).unwrap();
println!("{}", inno.header.app_name);
}
Licensed under either of:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.