pencil 0.1.2

A micro web framework for Rust.
initSidebarItems({"enum":[["PencilError","The Pencil Error type."]],"mod":[["config","This module implements configuration related stuff."],["datastructures","This module implements some useful objects."],["helpers","This module implements various helpers."],["http_errors","This module implements a number of http errors."],["json","This module implements helpers for the JSON support in Pencil."],["method","This module exports the http method."],["routing","This module implements the dispatcher."],["wrappers","This module implements simple request and response objects."]],"struct":[["Module","Represents a module."],["Pencil","The pencil type.  It acts as the central application object.  Once it is created it will act as a central registry for the view functions, the URL rules and much more."],["UserError","The Pencil User Error type."]],"type":[["AfterRequestFunc","After request func type."],["BeforeRequestFunc","Before request func type."],["HTTPErrorHandler","HTTP Error handler type."],["PencilResult","The Pencil Result type."],["TeardownRequestFunc","Teardown request func type."],["UserErrorHandler","User Error handler type."],["ViewArgs","View arguments type."],["ViewFunc","View function type."]]});