Array sorting algorithms written rust Current implemented algorithms: Selection Sort Insertion Sort Bubble Sort Merge Sort Run the program: cargo run Running tests: cargo test