10 releases (breaking)

0.8.0 Aug 8, 2024
0.7.0 Oct 24, 2023
0.6.0 May 27, 2023
0.5.1 Mar 5, 2023
0.1.0 Oct 24, 2017

#295 in Parser implementations

Download history 14832/week @ 2024-09-13 18271/week @ 2024-09-20 14577/week @ 2024-09-27 17598/week @ 2024-10-04 19351/week @ 2024-10-11 16762/week @ 2024-10-18 15864/week @ 2024-10-25 14696/week @ 2024-11-01 18126/week @ 2024-11-08 17523/week @ 2024-11-15 20347/week @ 2024-11-22 23144/week @ 2024-11-29 20479/week @ 2024-12-06 20530/week @ 2024-12-13 15427/week @ 2024-12-20 10266/week @ 2024-12-27

70,671 downloads per month
Used in 8 crates (5 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

~4MB
~130K SLoC