base64

Module write

Source
Expand description

Implementations of io::Write to transparently handle base64.

Structsยง

  • A Write implementation that base64 encodes data before delegating to the wrapped writer.