diff options
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ Include a directory in your Rust binary, e.g. static files for your web server o * [x] Wrapping API around the phf map, to abstract away additional features * [x] Compression, with optional crate "flate2" * [x] Reading from source files for debug builds +* [ ] Tested on non-Linux platforms. Passthrough won't work on Windows, the rest should. ## Example |