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

#39 in Operating systems

Download history 22993/week @ 2024-12-02 20210/week @ 2024-12-09 20345/week @ 2024-12-16 13658/week @ 2024-12-23 14479/week @ 2024-12-30 21296/week @ 2025-01-06 21221/week @ 2025-01-13 23336/week @ 2025-01-20 27068/week @ 2025-01-27 29295/week @ 2025-02-03 28797/week @ 2025-02-10 28434/week @ 2025-02-17 28852/week @ 2025-02-24 28929/week @ 2025-03-03 30479/week @ 2025-03-10 24912/week @ 2025-03-17

116,760 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
~131K SLoC