2 releases

0.1.1 May 3, 2024
0.1.0 Apr 11, 2024

#1996 in Encoding

Download history 131/week @ 2024-04-11 119/week @ 2024-05-02

250 downloads per month

MIT license

8KB
201 lines


The base16-rs library in Rust offers capabilities for encoding and decoding data in Base16 format. By utilizing the hex library, you can transform data into its hexadecimal representation and also decode hexadecimal strings to retrieve the original data. This encoding technique is frequently employed for tasks involving data transmission and storage, as well as in situations where binary data necessitates representation in readable ASCII strings.

No runtime deps