index : static-web-server.git

ascending towards madness

/// Convenient result return type alias of `anyhow::Result`
pub type Result<T = ()> = anyhow::Result<T, anyhow::Error>;

pub use anyhow::Context;