1//! FIX client module 2 3/// FIX client implementation 4pub mod fix_client; 5 6pub use fix_client::*;