Crate iron_archivist [] [src]

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.

Structs

Archivist

A handler that serves static directory indices and files

Config

The server configuration

Entry

Directory entry used for rendering

Traits

Renderer

A renderer that renders the webpage in the response

Type Definitions

RenderResult

A type alias for the return type of renderer methods