https://github.com/mdsteele/rust-cab
Rust library for encoding/decoding Windows cabinet (.cab) files
https://github.com/mdsteele/rust-cab
Last synced: 3 months ago
JSON representation
Rust library for encoding/decoding Windows cabinet (.cab) files
- Host: GitHub
- URL: https://github.com/mdsteele/rust-cab
- Owner: mdsteele
- License: mit
- Created: 2017-10-26T22:10:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T17:29:43.000Z (over 1 year ago)
- Last Synced: 2025-07-10T03:52:55.354Z (11 months ago)
- Language: Rust
- Size: 124 KB
- Stars: 19
- Watchers: 4
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-cab
[](https://github.com/mdsteele/rust-cab/actions/workflows/tests.yml)
[](https://crates.io/crates/cab)
[](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).