pmsa 0.1.0

Parallel Mergeing of two Sorted Arrays
Documentation
[dependencies.rayon]
version = "1.5.3"

[dev-dependencies.anyhow]
version = "1.0.59"

[dev-dependencies.clap]
features = ["derive"]
version = "3.2.16"

[dev-dependencies.itertools]
version = "0.10.3"

[dev-dependencies.rand]
version = "0.8.5"

[package]
categories = ["algorithms"]
description = "Parallel Mergeing of two Sorted Arrays"
documentation = "https://docs.rs/pmsa/"
edition = "2021"
homepage = "https://github.com/jerry73204/pmsa"
license = "MIT"
name = "pmsa"
readme = "README.md"
repository = "https://github.com/jerry73204/pmsa.git"
resolver = "2"
version = "0.1.0"