| Crates.io | xeh |
| lib.rs | xeh |
| version | 0.0.2 |
| created_at | 2020-12-03 20:07:41.180437+00 |
| updated_at | 2020-12-03 20:45:23.675413+00 |
| description | The Lightest Hex Dependency in Rust |
| homepage | https://github.com/clearloop/xeh |
| repository | https://github.com/clearloop/xeh |
| max_upload_size | |
| id | 319404 |
| size | 9,844 |
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;
MIT