xeh 0.0.1

The Lightest Hex Dependency in Rust
Documentation

Xeh

etc crate downloads LICENSE

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.

/// Encode str or bytes into hex iterator
xeh::encode<T>(src: &T) -> Option<impl From<SliceVec<char>>> 
where
    T: ToHex;

LICENSE

MIT