Rust implementation of EIP-55
rust
fn main () {
eip55::validate_address("0x5aAeb6053F3E94C9b9A09f33669435E7Ef1BeAed"); // returns true
eip55::checksum("0x5aAeb6053F3E94C9b9A09f33669435E7Ef1BeAed"); // returns "0x5aAeb6053F3E94C9b9A09f33669435E7Ef1BeAed"
}