gradient-slice 0.2.1

gradient-slice is a safe crate to iterate over a gradient of permutations of slices of a Vec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "gradient-slice"
version = "0.2.1"
edition = "2024"
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"
readme = "README.md"
repository = "https://github.com/gabrielfalcao/gradient-slice"
homepage = "https://docs.rs/gradient-slice"
license = "MIT"
keywords = ["rust", "memory", "library"]
authors = ["Gabriel DeMoura <gabrielteratos@gmail.com>"]
categories = ["algorithms"]


[lib]
name = "gradient_slice"
path = "src/lib.rs"