Skip to content

russellbanks/inno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inno

CI Status Latest version Documentation License

Usage

Add this to your Cargo.toml:

[dependencies]
inno = "0.1"

Example

use inno::Inno;

fn main() {
    let inno_file = File::new("innosetup-6.4.3.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

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.md
MIT
LICENSE-MIT.md

Stars

Watchers

Forks

Languages