pocketsizefund 0.1.6

Open source quantitative trading
Documentation
1
2
3
4
5
6
7
8
9
//! Welcome to pocketsizefund!

#[cfg(feature = "events")]
/// Pocket Size Fund events module
pub mod events;

#[cfg(feature = "data")]
/// Pocket Size Fund data module
pub mod data;