starknet-types-core 0.1.7

Core types representation for Starknet
Documentation
1
2
3
4
5
6
7
8
9
10
.PHONY: build test bench

build:
	cargo build --release

test:
	cargo test 

bench:
	cargo bench --bench criterion_hashes --features hash