Skip to content

udtrokia/xeh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The Lightest Hexadecimal Dependency in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages