Crate rainbowcoat

Source
Expand description

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 writable type characters with the ascii rainbow

Functions§

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