An open API service indexing awesome lists of open source software.

https://github.com/mdsteele/rust-msi

Rust library for reading/writing Windows Installer (MSI) files
https://github.com/mdsteele/rust-msi

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# rust-msi
[![Build Status](https://github.com/mdsteele/rust-msi/actions/workflows/tests.yml/badge.svg)](https://github.com/mdsteele/rust-msi/actions/workflows/tests.yml)
[![Crates.io](https://img.shields.io/crates/v/msi.svg)](https://crates.io/crates/msi)
[![Documentation](https://docs.rs/msi/badge.svg)](https://docs.rs/msi)

A pure Rust library for reading/writing [Windows
Installer](https://en.wikipedia.org/wiki/Windows_Installer) (MSI) files.

Documentation: https://docs.rs/msi

## License

rust-msi is made available under the
[MIT License](http://spdx.org/licenses/MIT.html).