Introduction
Iron is a popular web framework for Rust (based on the lower-level
Hyper library) which promotes the idea of extensibility through
middleware. Much of the functionality needed to create a useful website can be found in Iron's middleware rather than the library itself.