xeh

Crates.ioxeh
lib.rsxeh
version0.0.2
sourcesrc
created_at2020-12-03 20:07:41.180437
updated_at2020-12-03 20:45:23.675413
descriptionThe Lightest Hex Dependency in Rust
homepagehttps://github.com/clearloop/xeh
repositoryhttps://github.com/clearloop/xeh
max_upload_size
id319404
size9,844
(clearloop)

documentation

https://docs.rs/xeh

README

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, no_std, no_alloc.

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

LICENSE

MIT

Commit count: 2

cargo fmt