1 unstable release

0.1.0 Apr 11, 2024

#1559 in Encoding

Download history 131/week @ 2024-04-10

131 downloads per month

MIT license

6KB
107 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