inno 0.4.2

Library for reading Inno Setup executables
Documentation
1
2
3
4
5
6
7
8
mod block;
pub mod chunk;
pub mod crc32;
mod decoder;
mod ext;
pub mod stream;

pub use ext::ReadBytesExt;