mirror of
https://github.com/status-im/nim-stew.git
synced 2025-02-10 03:04:33 +00:00
* Optimized and exception-less encoding/decoding procedures for decimal integers. * Add tests. * Fix import path. * Fix review comments. * Code simplification. * Make toBytes() allocation free. * Do not perform conversion to signed type to avoid compiler's overflow checks.