Crate based16

Source
Expand description

Simple Base-16 (aka hexidecimal) encoding

Structs§

  • Character pair representing single byte
  • Decoder that transforms pairs of characters into individual decimal bytes
  • Hex encoder, implements iterator returning individual byte as pair of characters.

Enums§

Functions§