rocket_static_fs 0.1.0

A simple static file server for the rocket framework.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# rocket_static_fs

A simple static file server for Rust's rocket framework.

[Documentation](https://docs.rs/rocket_static_fs)

# License

This project is licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or
   http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or
   http://opensource.org/licenses/MIT)

at your option.