hyperliquid-dex / hyperliquid-rust-sdk

MIT License
57 stars 47 forks source link

Use Decimal for prices and volumes #50

Open averyanalex opened 1 month ago

averyanalex commented 1 month ago

Why use floats, then round and convert to strings? Why not just use rust_decimal::Decimal?