Add env_logger
Dependencies
- [2]
F37PVGYNAdd support for popping a plank - [3]
NJC3HBR6Initial attempt to not get too short planks at end of row - [4]
4YYL4VTYIntroduce Cut - [5]
HRZA4USGAdd method swapping planks in a row - [*]
ZJPL7VNQSeparate planks from main - [*]
5TH3AA4610 mm extra space - [*]
LXMNVVD2Change to proper measurements - [*]
SMYRM2CFUse the MaterialStorage - [*]
NRQSXJVRInitial commit
Change contents
- replacement in src/lib.rs at line 278
println!("Removed cut at {}", cut.coordinate);log::info!("Removed cut at {}", cut.coordinate); - edit in src/bin/main.rs at line 3
use env_logger;use log; - edit in src/bin/main.rs at line 9
env_logger::init(); - replacement in src/bin/main.rs at line 128
println!("Removing plank");log::info!("Removing plank ending at: {}", row.get_coverage()); - edit in Cargo.toml at line 10[11.450]
log = "0.4"env_logger = "0.11"