greed 0.5.2

A rust tool to automate trades 📈
Documentation
1
2
3
pub trait QuoteFetcherConfig {
    fn should_fetch_quotes(&self) -> bool;
}