ethaddr

Crates.ioethaddr
lib.rsethaddr
version0.2.2
sourcesrc
created_at2022-05-30 19:08:23.586369
updated_at2023-10-29 13:36:32.502406
descriptionEthereum public address
homepagehttps://github.com/nlordell/ethprim-rs/tree/main/ethaddr
repositoryhttps://github.com/nlordell/ethprim-rs
max_upload_size
id597115
size45,896
Nicholas Rodrigues Lordello (nlordell)

documentation

https://docs.rs/ethaddr

README

Implementation of Ethereum public addresses for Rust.

This crate provides an Address type for representing Ethereum public addresses. It implements ERC-55 mixed-case checksum Display formatting and parsing with verification using Address::from_str_checksum().

Additionally an address! macro is included for compile-time verified address constants. Under the hood, it is implemented with const fn and does not use procedural macros.

Usage

Just add a dependency to your Cargo.toml:

[dependencies]
ethaddr = "*"

For complete documentation checkout docs.rs.

Commit count: 30

cargo fmt