#hex #no-alloc #encoding #no-std

no-std xeh

The Lightest Hex Dependency in Rust

2 releases

0.0.2 Dec 3, 2020
0.0.1 Dec 3, 2020

#151 in #hex

MIT license

9KB
194 lines

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


lib.rs:

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.

LICENSE

MIT

No runtime deps