feat: add uint

This commit is contained in:
2021-01-30 10:55:42 +08:00
parent 6769322905
commit 452b41d51a
3 changed files with 104 additions and 0 deletions

13
__misc/uint/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "uint"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
uint = "0.9.0"
num-bigint = "0.3.1"
num-traits = "0.2.14"