[features]
alloc = []
default = ["alloc"]
[lib]
name = "into_sorted"
path = "src/lib.rs"
[package]
authors = ["khai96_ <hvksmr1996@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "rust-patterns"]
description = "Collection of utility methods and functions that take an owned array and return a sorted owned array"
documentation = "https://docs.rs/into-sorted"
edition = "2021"
include = ["/src", "/Cargo.toml", "/README.md", "/LICENSE.md"]
keywords = ["trait", "fp", "utility"]
license = "MIT"
name = "into-sorted"
readme = "README.md"
repository = "https://github.com/KSXGitHub/into-sorted.git"
version = "0.0.2"