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

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

Awesome Lists containing this project

README

          

[![Rust](https://github.com/luser/rust-makecab/actions/workflows/rust.yml/badge.svg)](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/
```