ccsort 0.1.1

A simple clone of the Unix sort command, with multiple sorting algorithms
Documentation
[[bin]]
name = "ccsort"
path = "src/main.rs"

[dependencies]

[lib]
name = "ccsort"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "algorithms"]
description = "A simple clone of the Unix sort command, with multiple sorting algorithms"
edition = "2021"
homepage = "https://github.com/yildirimmurat/ccsort"
keywords = ["sort", "unix", "command-line", "sorting", "algorithms"]
license = "MIT"
license-file = "LICENSE"
name = "ccsort"
readme = "README.md"
repository = "https://github.com/yildirimmurat/ccsort"
version = "0.1.1"

[[test]]
name = "integration"
path = "tests/integration.rs"