Crates.io | iron-archivist |
lib.rs | iron-archivist |
version | 0.1.0-alpha.1 |
source | src |
created_at | 2018-01-29 12:40:48.571252 |
updated_at | 2018-01-29 12:40:48.571252 |
description | Static file handler for Iron |
homepage | |
repository | https://github.com/MislankaNova/iron-archivist |
max_upload_size | |
id | 48767 |
size | 29,124 |
iron-archivist
provides Archivist
,
a static file and directory handler
for the Iron framework.
For a quick example, run
cargo run --example simple
to start a server listening at localhost:5000
,
serving the content of the current directory.
Run cargo doc
to generate a local copy of the API documentation.
This project is still in alpha. Please proceed with caution.