Module base64::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.