Crate ansi_color_codec

Crate ansi_color_codec 

Source
Expand description

Library to encode arbitrary byte streams as ANSI background colors.

Enums§

Error
Encoding and decoding errors.

Constants§

RESET
Print this str to reset a color code sequence on the terminal.

Traits§

Codec
Gives the ability to en- / decode bytes to / from ANSI background colors.
Decoder
Gives the ability to decode bytes from ANSI background colors.
Encoder
Gives the ability to encode bytes to ANSI background colors.