Docs.rs
ansi-color-codec-3.0.0
ansi-color-codec 3.0.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
conqp
Dependencies
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate ansi_color_codec
ansi_
color_
codec
3.0.0
All Items
Crate Items
Enums
Constants
Traits
Crate
ansi_
color_
codec
Copy item path
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.