xeh 0.0.2

The Lightest Hex Dependency in Rust
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 9.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 639.84 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • udtrokia/xeh
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • clearloop

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