ccsort 0.1.0

A simple clone of the Unix sort command, with multiple sorting algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ccsort"
version = "0.1.0"
edition = "2021"
description = "A simple clone of the Unix sort command, with multiple sorting algorithms"
license = "MIT"
license-file = "LICENSE"
homepage = "https://github.com/yildirimmurat/ccsort"
repository = "https://github.com/yildirimmurat/ccsort"
readme = "README.md"
keywords = ["sort", "unix", "command-line", "sorting", "algorithms"]
categories = ["command-line-utilities", "algorithms"]

[dependencies]