ruxios 0.1.2

Ruxios is an HTTP library for Rust, inspired by Axios, with a simple yet robust interface
Documentation
1
2
3
pub trait TryConvert<T: serde::de::DeserializeOwned> {
  fn try_convert(self) -> Result<T, serde_json::Error>;
}