timsort 0.1.0

Rust implementation of the modified MergeSort used in Python and Java
Documentation
[dev-dependencies.rand]
features = ["small_rng"]
version = "0.7"

[package]
authors = ["Michael Howell <michael@notriddle.com>", "RustPython Team"]
description = "Rust implementation of the modified MergeSort used in Python and Java"
edition = "2018"
license = "MIT/Apache-2.0"
name = "timsort"
repository = "https://github.com/RustPython/rust-timsort"
version = "0.1.0"