rust-ethereum / evm

Pure Rust implementation of Ethereum Virtual Machine
Apache License 2.0
1.17k stars 360 forks source link

reorg interpreter and adjust rustfmt config #287

Closed koushiro closed 4 months ago

koushiro commented 4 months ago

reorg interpreter crate

add more rustfmt configs

imports_granularity="Crate"
group_imports = "StdExternalCrate"