Xeh
The Lightest Hex Dependency in Rust
If you REALLY want to import an hex dependency to handle hex stuffs in rust,
this is exactly what you are looking for, no_std, no_alloc.
/// Encode str or bytes into hex iterator
encode where
T: ToHex;
LICENSE
MIT