badsort 0.1.2

Some basic sorting stuff I wrote as practice in Rust. Includes my favorite algorithm, BOGO Sort!
Documentation
1
2
# badsort
I wrote BOGO Sort for fun while learning Rust a while back.