market-rs 0.1.2

A library which provides a simple interface for interacting with a market
Documentation
1
2
3
4
5
mod ema;
mod sma;

pub use ema::*;
pub use sma::*;