This commit is contained in:
2019-12-18 21:57:48 -08:00
parent 726052cc6a
commit 0840e8e642
6 changed files with 158 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
use bytecount::count;
const WHITE: char = ' ';
const BLACK: char = '\u{2588}';
pub const WHITE: char = ' ';
pub const BLACK: char = '\u{2588}';
#[derive(Debug)]
pub enum ImageParseError {