cosort 0.1.0

Sort several slices together
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.thiserror]
optional = true
version = "^1"

[features]
default = ["std-error"]
std-error = ["dep:thiserror"]

[package]
authors = ["Raman Hafiyatulin <r.gafiyatullin@me.com>"]
description = "Sort several slices together"
edition = "2021"
license = "MIT"
name = "cosort"
repository = "https://github.com/RGafiyatullin/cosort-rs.git"
version = "0.1.0"