2 releases

0.1.1 May 3, 2024
0.1.0 Apr 11, 2024

#2115 in Encoding

Download history 1/week @ 2024-06-03 14/week @ 2024-07-01

87 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