credence-lib 0.0.6

An unfussy web server designed for straightforward authoring and scalable performance
Documentation
1
2
3
4
use {axum::http::*, compris::resolve::*};

/// [StatusCode] that implements [Resolve].
pub type ResolveStatusCode = ResolveTryFrom<StatusCode, u16>;