Testing fix

This commit is contained in:
Matteo Paonessa 2021-10-23 17:48:09 +02:00
parent 0277984dfa
commit c360e1a18f
2 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ pub fn compress(
- `output_path` - output file path (full filename)
- `parameters` - options struct, containing compression parameters (see below)
The output folder where the file is compressed **must** exist.
### Compression options
Libcaesium supports a few compression parameters for each file it supports.
They are defined into a top level struct containing each supported file parameters, as follows:

View File