extsort-lily 0.1.0

An efficient external merge sort implementation.
Documentation
[package]
name = "extsort-lily"
version = "0.1.0"
edition = "2018"
authors = ["lilydjwg <lilydjwg@gmail.com>"]
license = "BSD-3-Clause"
description = "An efficient external merge sort implementation."
documentation = "https://docs.rs/extsort-lily"
keywords = ["sort", "external", "merge", "mergesort"]
categories = ["algorithms"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tempdir = "0.3"

[dev-dependencies]
rand = "0.4"