commons 0.2.0

A high-performance Rust utility library
Documentation
[[bench]]
harness = false
name = "bench_main"
[dev-dependencies.criterion]
version = "0.3.6"

[features]
collections = []
default = ["collections", "sort"]
sort = []

[package]
authors = ["IceCafeCup <icecafecup@proton.me>"]
categories = ["data-structures", "algorithms"]
description = "A high-performance Rust utility library"
documentation = "https://docs.rs/commons"
edition = "2021"
keywords = ["utility", "library", "high-performance"]
license = "Apache-2.0/MIT"
name = "commons"
readme = "README.md"
repository = "https://github.com/icecafecup/commons"
resolver = "2"
version = "0.2.0"