1 unstable release
Uses old Rust 2015
0.1.0-alpha.1 | Jan 29, 2018 |
---|
#16 in #iron-web
26KB
447 lines
iron-archivist
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.
lib.rs
:
iron-archivist
A static file serving handler for iron
.
The core of iron-archivist
is the struct Archivist
which implements
iron
's Handler
trait,
which can be freely integerated within any application that uses iron
.
Dependencies
~8.5MB
~185K SLoC