standard-error 0.1.11

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