tomusdrw / rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth
MIT License
1.45k stars 471 forks source link

Make debug output for Bytes hex strings (0xdeadbeef) #626

Closed lutter closed 1 year ago

lutter commented 2 years ago

This makes the debug representation of Bytes much more readable than the default which represents it as a Vec<u8>