nash-io / openlimits

A Rust high performance cryptocurrency trading API with support for multiple exchanges and language wrappers.
http://openlimits.io
BSD 2-Clause "Simplified" License
275 stars 44 forks source link

Support agnostik #131

Open jankjr opened 3 years ago

jankjr commented 3 years ago

We currently depend on tokio as a futures runtime. But this should be configurable for the user.

https://docs.rs/agnostik/0.2.2/agnostik/ allows you to replace the runtime by using feature_flags.