wpress-oxide 2.0.0

A rust library to interact with the wpress archive format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
![](assets/wpress-oxide.png)

# wpress-oxide

[![crate](https://img.shields.io/crates/v/wpress-oxide.svg)](https://crates.io/crates/wpress-oxide) [![documentation](https://docs.rs/wpress-oxide/badge.svg)](https://docs.rs/wpress-oxide) ![build](https://github.com/lavafroth/wpress-oxide/actions/workflows/rust.yml/badge.svg) [![Rust Report Card](https://rust-reportcard.xuri.me/badge/github.com/lavafroth/wpress-oxide)](https://rust-reportcard.xuri.me/report/github.com/lavafroth/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 wpress-oxide
```

Check out the [API documentation examples](https://docs.rs/wpress-oxide) for functionalities like extracting an archive or creating one.