# rust-cab [![Build Status](https://github.com/mdsteele/rust-cab/actions/workflows/tests.yml/badge.svg)](https://github.com/mdsteele/rust-cab/actions/workflows/tests.yml) [![Crates.io](https://img.shields.io/crates/v/cab.svg)](https://crates.io/crates/cab) [![Documentation](https://docs.rs/cab/badge.svg)](https://docs.rs/cab) A pure Rust library for reading/writing [Windows cabinet](https://en.wikipedia.org/wiki/Cabinet_(file_format)) (CAB) files. Documentation: https://docs.rs/cab ## License rust-cab is made available under the [MIT License](http://spdx.org/licenses/MIT.html).