Rocket/core/codegen
Sergio Benitez abb434f228 Stop using white for legible logging everywhere.
Prior to this change, Rocket emitted "white" text in much of its logging
output. On terminals with light backgrounds, the text was nearly
illegible. This PR stops using white coloring altogether, opting instead
to use the terminal's default color albeit with bold styling. On dark
terminals, this will likely be a light color, and on light terminals,
this will likely be a dark color. The end result is that Rocket's
logging output should be readable everywhere.

Resolves #639.
2018-11-19 02:11:38 -08:00
..
src Prefix codegen imports to avoid name collisions. 2018-11-12 13:08:39 -08:00
tests Improve 'Redirect' and 'rocket_codegen' documentation. 2018-10-28 20:17:44 -07:00
build.rs Stop using white for legible logging everywhere. 2018-11-19 02:11:38 -08:00
Cargo.toml Stop using white for legible logging everywhere. 2018-11-19 02:11:38 -08:00