git.delta.rocks / unique-network / refs/commits / ef583f8ce86f

difftreelog

source

crates/evm-coder/README.md450 Bsourcehistory
1# evm-coder23Library for seamless call translation between Rust and Solidity code45By encoding solidity definitions in Rust, this library also provides generation of6solidity interfaces for ethereum developers78## Overview910Most of this library functionality shouldn't be used directly, but via macros1112- [`solidity_interface`]13- [`ToLog`]1415<!-- TODO: make links useable on github, by publishing crate to docs.rs, and linking it from here instead -->