Nice library. We'd like to do a PR to add following functionality to better display token dust. E.g. when amounts are < 0.0 ``` dnum.format([ 126, 8], roundDust: 1) => 0.00001 dnum.format([ 126, 8], roundDust: 2) => 0.000013 ``` Would you accept a PR for that, any considerations?