cot 0.5.0

The Rust web framework for lazy developers.
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod backtrace;
pub(crate) mod error_impl;
pub mod handler;
mod method_not_allowed;
mod not_found;
mod uncaught_panic;

pub use method_not_allowed::MethodNotAllowed;
pub use not_found::{Kind as NotFoundKind, NotFound};
pub use uncaught_panic::UncaughtPanic;