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

Allow openlimits users to choose between num_bigint and gmp libraries #145

Closed Ejhfast closed 3 years ago

Ejhfast commented 3 years ago

Set the default to rust_gmp as that speeds up development in a test environment (without --release) by a considerable amount. But users can override.