bubble-sort-scala 0.1.0

A quick and non-optimized, cloning version of the bubble sort algorithm. Created as a showcase for publishing crates in the Rust Cookbook 2018
Documentation
[package]
authors = ["chenjidong"]
categories = ["Algorithms", "Support"]
description = "A quick and non-optimized, cloning version of the bubble sort algorithm. Created as a showcase for publishing crates in the Rust Cookbook 2018"
edition = "2018"
homepage = "https://blog.x5ff.xyz"
keywords = ["cookbook", "packt", "x5ff", "bubble", "sort"]
license = "MIT"
name = "bubble-sort-scala"
readme = "README.md"
repository = "https://github.com/PacktPublishing/Rust-Programming-Cookbook"
version = "0.1.0"