Please support the Windows console. Please think about how you're going to support it before you commit to certain API design choices. In order to provide formatting in the Windows console, you have to control how stuff is written to the console. println! will not work. No ansi escape codes (unless you're on Windows 10 with a certain console mode enabled, which offers some escape codes).
Please support the Windows console. Please think about how you're going to support it before you commit to certain API design choices. In order to provide formatting in the Windows console, you have to control how stuff is written to the console.
println!will not work. No ansi escape codes (unless you're on Windows 10 with a certain console mode enabled, which offers some escape codes).