CrayfishGo

Results 2 issues of CrayfishGo

I used `num-bigint-dig` instead of `num-bigint`。 In my Cargo.toml ```toml num-bigint = { version = "0.8.1", features = ["i128", "u64_digit"], default-features = false, package = "num-bigint-dig" } ``` Below is...

I run the basics code, but i got follow error: ![Image](https://github.com/user-attachments/assets/5d97c41c-2f29-4b9e-bd1a-332abf4899b7) So what happens?