spawn-bitmath 0.1.0

A BitMath library optimized for Ethereum projects, implemented in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "spawn-bitmath"
version = "0.1.0"
authors = ["nzengi <zenginureddin1>"]
edition = "2018"
description = "A BitMath library optimized for Ethereum projects, implemented in Rust."
license = "MIT"
repository = "https://github.com/nzengi/spawn-bitmath"
readme = "README.md"
keywords = ["bitmath", "rust", "wasm"]

[dependencies]
wasm-bindgen = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde-wasm-bindgen = "0.2"