rivet-adapter-axum 0.1.0

Rivet framework crates and adapters.
Documentation
1
2
3
4
5
#[derive(Debug, thiserror::Error)]
pub enum AdapterError {
    #[error("io error: {0}")]
    Io(#[from] std::io::Error),
}