9 releases
Uses old Rust 2015
0.0.11 | Jan 23, 2017 |
---|---|
0.0.10 | Jan 10, 2017 |
0.0.9 | Jan 4, 2016 |
0.0.7 | Dec 14, 2015 |
0.0.6 | Oct 5, 2015 |
#1319 in HTTP server
58 downloads per month
8KB
209 lines
static-server
Minimal Rust-based static files server.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
Plugable HTTP Static server
Features:
- Serve files from folder
- Serve files from TAR-archive
- Possible to write own files provider
Dependencies
~10–18MB
~303K SLoC