mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-15 21:48:06 +00:00
feat(ws): add tape-based book update processor
This commit is contained in:
@@ -146,6 +146,7 @@ pub use crate::book::{OrderBook as OrderBookImpl, OrderBookManager};
|
||||
pub use crate::decode::Decoder;
|
||||
pub use crate::fill::{FillEngine, FillResult};
|
||||
pub use crate::stream::{MarketStream, StreamManager, WebSocketStream};
|
||||
pub use crate::ws_hot_path::{WsBookApplyStats, WsBookUpdateProcessor};
|
||||
|
||||
// Re-export utilities
|
||||
pub use crate::utils::{crypto, math, rate_limit, retry, time, url};
|
||||
@@ -165,6 +166,7 @@ pub mod orders;
|
||||
pub mod stream;
|
||||
pub mod types;
|
||||
pub mod utils;
|
||||
pub mod ws_hot_path;
|
||||
|
||||
// Benchmarks
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user