block_mod 0.0.1

The above Rust functions perform arithmetic operations on unsigned 128-bit integers, returning the
Documentation
[package]
name = "block_mod"
version = "0.0.1"
edition = "2021"
authors = ["Vo Le Hong"]
description = "The above Rust functions perform arithmetic operations on unsigned 128-bit integers, returning the"
license = "MIT"
repository = "https://github.com/lehongvo/chain_lib/tree/main/src"


[profile.dev]
opt-level = 1
debug = true

[profile.release]
opt-level = 3
debug = false

[dependencies]