[package] name = "etcommon-hexutil" version = "0.2.4" license = "Apache-2.0" authors = ["Wei Tang "] description = "Hex helper functions." repository = "https://github.com/ethereumproject/etcommon-rs" keywords = ["no_std"] [lib] name = "hexutil" [features] default = ["std"] std = []