Skip to content

devicie/inno

 
 

Repository files navigation

inno

CI Status Latest version Documentation License

Usage

Add this to your Cargo.toml:

[dependencies]
inno = "0.3"

Example

use inno::Inno;

fn main() {
    let inno_file = File::new("innosetup-6.6.1.exe").unwrap();

    let inno = Inno::new(file).unwrap();

    println!("{}", inno.header.app_name);
}

Acknowledgements

License

Licensed under either of:

at your option.

Contribution

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.

About

A rust library for parsing Inno Setup installers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%