troy 0.1.0

Superfast primitives and data structures for high frequency trading
Documentation
1
2
3
4
5
6
7
mod ob;
mod pa;
#[cfg(any(test, feature = "testing"))]
pub mod testing;

pub use ob::*;
pub use pa::*;