standard-error 0.1.9

simplifies returning meaningful errors for axum services
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "askama")]
pub mod askama;
pub mod axum;
pub mod database;
pub mod git;
pub mod reqwest;
pub mod serde;
pub mod stdio;