2
Fork 0
No description
This repository has been archived on 2022-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2022-11-09 09:24:49 +01:00
src feat: Re-implement in Rust 2022-11-09 09:24:49 +01:00
.gitignore feat: Re-implement in Rust 2022-11-09 09:24:49 +01:00
Cargo.lock feat: Re-implement in Rust 2022-11-09 09:24:49 +01:00
Cargo.toml feat: Re-implement in Rust 2022-11-09 09:24:49 +01:00
LICENSE feat: Implement oodle-cli 2022-10-18 19:02:35 +02:00
README.adoc feat: Implement oodle-cli 2022-10-18 19:02:35 +02:00
rust-toolchain.toml feat: Re-implement in Rust 2022-11-09 09:24:49 +01:00
rustfmt.toml feat: Re-implement in Rust 2022-11-09 09:24:49 +01:00

oodle-cli

A small wrapper around the Oodle library to allow decompressing data through a command line interface. The goal is to make Oodle decompression easily available in a Unix environment, through Wine, where linking against the Windows-only .dll is not an option.

Building

So far, this has only been built on Windows. But doing so only requires a recent version of Visual Studio. Load the Solution and hit Build.