Int formatting working
+ Using num-bigint to support arbitrarily sized ints + Added formatting tests
This commit is contained in:
+2
-1
@@ -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"
|
||||
Reference in New Issue
Block a user