Re-exports§
pub use error::*;pub use events::*;pub use exchange::*;pub use models::*;pub use timing::*;pub use utils::*;pub use websocket::*;
Modules§
- error
- events
- exchange
- models
- timing
- Comprehensive timing instrumentation for HFT-level latency tracking.
- utils
- websocket
Macros§
- define_
exchange_ error - Generates a per-exchange error enum with the five variants every exchange
shares (
Http,Api,RateLimited,AuthRequired,MarketNotFound), plus any exchange-specific variants passed in the body. - timed
- Zero-cost timing macro. Expands inline at compile time.