aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Höppner2016-02-20 02:39:15 +0100
committerTill Höppner2016-02-20 02:39:15 +0100
commitc5dd55a06964013d2fdb99aec4dfee8f5bc19846 (patch)
treeb14e27285ccfc357d2ff9c7288e5af831aa8cd5b
parent280e70b37965797a41944ee876438176d98ca51a (diff)
downloadincludedir-c5dd55a06964013d2fdb99aec4dfee8f5bc19846.tar.gz
includedir-c5dd55a06964013d2fdb99aec4dfee8f5bc19846.tar.xz
includedir-c5dd55a06964013d2fdb99aec4dfee8f5bc19846.zip
Update README.md
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3070360..e3e0894 100644
--- a/README.md
+++ b/README.md
@@ -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