
wpress-oxide

A rust library to interact with the wpress archive format.
Quick start
To get started, add this library to your project.
cargo add --git https://github.com/lavafroth/wpress-oxide
Extracting a wpress archive
use Reader;
use Error;