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

#232 in Parser implementations

Download history 8919/week @ 2024-05-17 8104/week @ 2024-05-24 8549/week @ 2024-05-31 7433/week @ 2024-06-07 8143/week @ 2024-06-14 9677/week @ 2024-06-21 8123/week @ 2024-06-28 8579/week @ 2024-07-05 10482/week @ 2024-07-12 13582/week @ 2024-07-19 14192/week @ 2024-07-26 14429/week @ 2024-08-02 14244/week @ 2024-08-09 18778/week @ 2024-08-16 16752/week @ 2024-08-23 12100/week @ 2024-08-30

64,877 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
~129K SLoC