[dev-dependencies.cargo-husky]
default-features = false
features = ["precommit-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt"]
version = "1"
[package]
authors = ["Lucas Jansen <7199136+staticintlucas@users.noreply.github.com>"]
categories = ["no-std", "algorithms", "parsing", "rust-patterns", "text-processing"]
description = "A collection of methods to slice strings based on character indices rather than bytes"
documentation = "https://docs.rs/stringslice/"
keywords = ["string", "slice", "substring", "unicode", "utf-8"]
license = "MIT OR Apache-2.0"
name = "stringslice"
readme = "README.md"
repository = "https://github.com/staticintlucas/stringslice"
version = "0.2.0"