A rust library to interact with the wpress archive format.
To get started, add this library to your project.
cargo add --git https://github.com/lavafroth/wpress-oxide
```rust use wpress_oxide::Reader; use std::error::Error;
fn main() -> Result<(), Box