static_files_actix_web/
lib.rs

1/*!
2# static-files-actix-web description
3
4## Features
5
6## Usage
7
8Add dependency to Cargo.toml:
9
10```toml
11[dependencies]
12static-files-actix-web = "0.1"
13```
14
15*/
16
17#[cfg(test)]
18mod tests {
19    #[test]
20    fn it_works() {
21        assert_eq!(2 + 2, 4);
22    }
23}