deribit-fix 0.3.1

This crate provides a client for the Deribit Markets API using the FIX protocol.
Documentation
1
2
3
4
5
6
//! Connection management module

/// TCP/TLS connection implementation
pub mod tcp_connection;

pub use tcp_connection::*;