diff options
author | Till Höppner | 2016-02-20 02:39:15 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-20 02:39:15 +0100 |
commit | c5dd55a06964013d2fdb99aec4dfee8f5bc19846 (patch) | |
tree | b14e27285ccfc357d2ff9c7288e5af831aa8cd5b | |
parent | 280e70b37965797a41944ee876438176d98ca51a (diff) | |
download | includedir-c5dd55a06964013d2fdb99aec4dfee8f5bc19846.tar.gz includedir-c5dd55a06964013d2fdb99aec4dfee8f5bc19846.tar.xz includedir-c5dd55a06964013d2fdb99aec4dfee8f5bc19846.zip |
Update README.md
-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 |