This repository contains a utility function for converting a byte array in hexadecimal format from a detailed representation (e.g., [0x00][0x00][0x00][0x00][0x00][0x00][0x03][0x94][0x8E][0x0B]) to a ...
const-hex This crate provides a fast conversion of byte arrays to hexadecimal strings, both at compile time, and at run time. It aims to be a drop-in replacement for the hex crate, as well as ...