sofa 0.6.0

Sofa - CouchDB for Rust
Documentation
1
2
3
#[derive(Fail, Debug)]
#[fail(display = "Custom error: {}", _0)]
pub struct SofaError(pub String);