msi 0.10.0

Read/write Windows Installer (MSI) files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#[macro_use]
mod macros;

pub mod category;
pub mod codepage;
pub mod column;
pub mod expr;
pub mod language;
pub mod package;
pub mod propset;
pub mod query;
pub mod stream;
pub mod streamname;
pub mod stringpool;
pub mod summary;
pub mod table;
pub mod timestamp;
pub mod value;