rustrade-integration 0.2.0

Low-level framework for composing flexible web integrations, especially with financial exchanges
Documentation
1
2
3
4
5
6
/// Serialisation errors.
#[derive(Debug, thiserror::Error)]
pub enum SeError {
    #[error("serde: {0}")]
    Serde(#[from] serde_json::Error),
}