From c360e1a18fa116c07cc7bced5bfc2c3e50c67d5a Mon Sep 17 00:00:00 2001 From: Matteo Paonessa Date: Sat, 23 Oct 2021 17:48:09 +0200 Subject: [PATCH] Testing fix --- README.md | 1 + tests/samples/output/.gitkeep | 0 2 files changed, 1 insertion(+) create mode 100644 tests/samples/output/.gitkeep diff --git a/README.md b/README.md index c8bf3ae..040d6b2 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/tests/samples/output/.gitkeep b/tests/samples/output/.gitkeep new file mode 100644 index 0000000..e69de29