apple-quant-core 0.2.0

Apple Quant's core library.
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(unused_parens)]

pub mod log;
mod checked_ops;
mod time_delta_ext;
mod unwrap_fast;

pub use checked_ops::*;
pub use time_delta_ext::*;
pub use unwrap_fast::*;