tickerforge 0.1.8

Generate and parse derivatives tickers from tickerforge-spec (Rust).
Documentation
1
2
3
4
5
use std::path::PathBuf;

pub fn spec_path() -> PathBuf {
    tickerforge::default_spec_root()
}