A Rust implementation of the Interactive Brokers TWS API, providing a reliable and user friendly interface for TWS and IB Gateway. Designed with a focus on simplicity and performance.
pub(super)modconstants;pub(super)moddecoders;pub(crate)modencoders;pub(super)modstream_decoders;#[cfg(test)]pub(super)modtest_data;#[cfg(test)]pub(super)modtest_tables;// Narrow re-export: only the handshake-time message dispatcher escapes the
// `accounts::common` boundary. The rest of `decoders` stays internal.
pub(crate)usedecoders::decode_account_update_message;