bin+lib msi_ffi

Basic FFI interface for reading Windows Installer (MSI) files, using the msi crate

2 unstable releases

0.8.0 Aug 11, 2024
0.7.0 Apr 18, 2024

#745 in Database interfaces

42 downloads per month

MIT license

260KB
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 basic foreign function interface (FFI) for "only" reading information of Windows Installer (MSI) files, built on top of the msi crate.

Dependencies

~7.5MB
~204K SLoC