This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/rustdoc/termcolor/sidebar-items.js

1 line
984 B
JavaScript

initSidebarItems({"enum":[["Color","The set of available colors for the terminal foreground/background."],["ColorChoice","ColorChoice represents the color preferences of an end user."]],"struct":[["Ansi","Satisfies `WriteColor` using standard ANSI escape sequences."],["Buffer","Write colored text to memory."],["BufferWriter","Writes colored buffers to stdout or stderr."],["BufferedStandardStream","Like `StandardStream`, but does buffered writing."],["ColorSpec","A color specification."],["NoColor","Satisfies `WriteColor` but ignores all color options."],["ParseColorError","An error from parsing an invalid color specification."],["StandardStream","Satisfies `io::Write` and `WriteColor`, and supports optional coloring to either of the standard output streams, stdout and stderr."],["StandardStreamLock","`StandardStreamLock` is a locked reference to a `StandardStream`."]],"trait":[["WriteColor","This trait describes the behavior of writers that support colored output."]]});