# Rust Bubble-sort ## This package is a copy of the infamous bubble-sort for learning purpose ### A quick and non-optimized, cloning version of the bubble sort algorithm. Created as a showcase for publishing crates in the Rust Cookbook 2018 ### Credit to: Claus Matzinger