saffron-data 0.1.1

Custom JSON parser for Saffron HTTP client
Documentation
1
2
3
4
5
pub trait Parse {
    fn parse(source: impl Into<String>) -> Result<Self, crate::error::ParseError>
    where
        Self: Sized;
}