Int formatting working

+ Using num-bigint to support arbitrarily sized ints
+ Added formatting tests
This commit is contained in:
2021-10-09 08:42:17 -06:00
parent b85ba31f91
commit 9e5b0aafbd
4 changed files with 127 additions and 13 deletions
+2 -1
View File
@@ -9,4 +9,5 @@ edition = "2018"
structopt = "0.3.23"
serde = { version = "1.0", features = ["derive"] }
toml = "0.5.8"
byteorder = "1.4.3"
byteorder = "1.4.3"
num-bigint = "0.4"