inno 0.5.0

Library for reading Inno Setup executables
Documentation
1
2
3
4
5
6
7
8
9
10
mod block;
pub mod chunk;
pub mod crc32;
#[cfg(feature = "extract")]
pub mod data_chunk;
mod decoder;
mod ext;
pub mod stream;

pub use ext::ReadBytesExt;