9 releases (breaking)

0.7.0 Oct 24, 2023
0.6.0 May 27, 2023
0.5.1 Mar 5, 2023
0.5.0 May 8, 2022
0.1.0 Oct 24, 2017

#68 in Windows APIs

Download history 4597/week @ 2023-12-04 4408/week @ 2023-12-11 4617/week @ 2023-12-18 4117/week @ 2023-12-25 5354/week @ 2024-01-01 5703/week @ 2024-01-08 7202/week @ 2024-01-15 7173/week @ 2024-01-22 6343/week @ 2024-01-29 6270/week @ 2024-02-05 5848/week @ 2024-02-12 8346/week @ 2024-02-19 14822/week @ 2024-02-26 21546/week @ 2024-03-04 20861/week @ 2024-03-11 21160/week @ 2024-03-18

80,007 downloads per month
Used in 7 crates (4 directly)

MIT license

250KB
5.5K SLoC

rust-msi

Build Status Crates.io Documentation

A pure Rust library for reading/writing Windows Installer (MSI) files.

Documentation: https://docs.rs/msi

License

rust-msi is made available under the MIT License.


lib.rs:

A library for reading/writing Windows Installer (MSI) files.

A Windows Installer file, or MSI file, represents a Windows software package and a declarative description of how it should be installed. An MSI file consists of a relational database stored within a Compound File Binary file.

Dependencies

~3.5MB
~127K SLoC