https://github.com/luser/rust-makecab
makecab implementation in Rust
https://github.com/luser/rust-makecab
Last synced: about 1 year ago
JSON representation
makecab implementation in Rust
- Host: GitHub
- URL: https://github.com/luser/rust-makecab
- Owner: luser
- License: other
- Created: 2017-01-05T20:32:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T15:52:02.000Z (over 4 years ago)
- Last Synced: 2025-03-24T13:43:47.121Z (over 1 year ago)
- Language: Rust
- Size: 346 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/luser/rust-makecab/actions/workflows/rust.yml)
This crate provides a `makecab` binary that supports commandline options equivalent to [Microsoft's implementation](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/makecab) (but only a subset of them), allowing the creation of cabinet files containing a single file compressed with [MSZIP](https://msdn.microsoft.com/en-us/library/bb417343.aspx#microsoftmszipdatacompressionformat) compression.
```
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
```