sort_rust 0.1.0

sort for Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["keienwang <keienwang1024@gmail.com>"]
description = "sort for Rust"
documentation = "https://github.com/keienwang/sort_rust"
edition = "2021"
homepage = "https://github.com/keienwang/sort_rust"
keywords = ["science", "mathematics", "ai", "hpc"]
license = "Apache-2.0"
name = "sort_rust"
publish = true
readme = "README.md"
repository = "https://github.com/keienwang/sort_rust"
version = "0.1.0"