[lib]
name = "gradient_string"
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-string is a safe crate to iterate over a gradient of permutations of string slices"
documentation = "https://docs.rs/gradient-string"
edition = "2024"
homepage = "https://docs.rs/gradient-string"
keywords = ["rust", "memory", "library"]
license = "MIT"
name = "gradient-string"
readme = "README.md"
repository = "https://github.com/gabrielfalcao/gradient-string"
version = "0.2.0"