Crates.io | rocket_static_fs |
lib.rs | rocket_static_fs |
version | 0.5.1 |
source | src |
created_at | 2018-04-12 13:53:51.191797 |
updated_at | 2018-04-19 23:40:19.570381 |
description | A simple static file server for the rocket framework. |
homepage | https://github.com/ekranos/rocket_static_fs |
repository | https://github.com/ekranos/rocket_static_fs |
max_upload_size | |
id | 60297 |
size | 55,745 |
A simple static file server for Rust's rocket framework.
Content-Encoding
support (gzip and deflate)Range
support (no multipart ranges yet)Submit an issue/PR. But in almost all cases it's better to first open an issue before submitting a PR, so you don't waste your time implementing a PR which may get rejected.
Currently testing is a little bit weird. Before testing, you should cargo run
once,
to create a test package for the fs::embedded::Package
test.
Then you can test with cargo test --all-features
since the fs::embedded::Package
test is
currently behind a feature flag.
This project is licensed under either of
at your option.