eth-encode-packed 0.1.0

Easy to use replica of Solidity abi.encodePacked.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "eth-encode-packed"
version = "0.1.0"
edition = "2018"
homepage = "https://github.com/roberts-ivanovs/eth-encode-packed-rs"
license = "MIT"
authors = [
    "Roberts Ivanovs <robertsivanovs1999@gmail.com>",
]
keywords = ["ethereum", "eth", "abi", "solidity"]
description = "Easy to use replica of Solidity abi.encodePacked."

[dependencies]
ethabi = "14.1.0"
hex = "0.4.3"