A very simple package providing a progress wraper for any iterable
use Progressable;
// returns sum of 45, and shows prompt on the command line
let sum = .prog.reduce.unwrap;
A very simple package providing a progress wraper for any iterable
use Progressable;
// returns sum of 45, and shows prompt on the command line
let sum = .prog.reduce.unwrap;