calldata-compressor 0.3.0

A Compression algorithm for EVM abi.encoded data, especially for EVM calldata
Documentation
1
2
3
4
5
6
7
8
9
10
11
clippy:
  cargo +nightly clippy -- -W clippy::all -W clippy::pedantic -W clippy::nursery

build:
  cargo build

test:
  cargo nextest run -r

format:
  cargo +nightly fmt --all