Crate rainbowcoat [] [src]

Colors writable type characters with the ascii rainbow

You can use this any type that requires a io::Write type

examples

use std::io::Write;
write!(
  &mut rainbowcoat::stdout(),
  "hello rainbow"
);

Structs

Colors

Colors writable type characters with the ascii rainbow

Functions

stdout

Convenience function that wraps std::io::Stdout in aColors instance