gradient-slice 0.4.0

gradient-slice is a safe crate to iterate over a gradient of permutations of slices of a Vec
Documentation
[lib]
name = "gradient_slice"
path = "src/lib.rs"

[package]
authors = ["Gabriel DeMoura <gabrielteratos@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms"]
description = "gradient-slice is a safe crate to iterate over a gradient of permutations of slices of a Vec"
documentation = "https://docs.rs/gradient-slice"
edition = "2024"
homepage = "https://docs.rs/gradient-slice"
keywords = ["rust", "memory", "library"]
license = "MIT"
name = "gradient-slice"
readme = "README.md"
repository = "https://github.com/gabrielfalcao/gradient-slice"
version = "0.4.0"