rustrade-integration 0.2.0

Low-level framework for composing flexible web integrations, especially with financial exchanges
Documentation
1
2
3
4
5
/// Serialisation transformers (json, protobuf, etc.) and associated logic.
pub mod se;

/// Deserialisation transformers (json, protobuf, etc.) and associated logic.
pub mod de;