An open API service indexing awesome lists of open source software.

https://github.com/thenewwazoo/simple-hex

Simple Rust byte-to-hex and hex-to-byte library
https://github.com/thenewwazoo/simple-hex

Last synced: 3 months ago
JSON representation

Simple Rust byte-to-hex and hex-to-byte library

Awesome Lists containing this project

README

        

This is a (very!) simple library that turns nibbles into hex characters and vice versa. I wrote this to avoid pulling in `core::fmt` (and because it was faster than finding an alternative).