hotfix 0.12.0

Buy-side FIX engine written in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
mod connection;
pub mod error;
pub mod reader;
pub mod socket;
pub mod writer;

pub use connection::FixConnection;
pub use error::{ConnectionError, ConnectionResult};
pub use socket::*;