indentkit 0.1.1

Detect a string's indentation (tabs vs spaces + size) and re-indent / convert between styles. Like Node's detect-indent. Zero-dependency, no_std.
Documentation
[package]
name = "indentkit"
version = "0.1.1"
edition = "2021"
rust-version = "1.81"
description = "Detect a string's indentation (tabs vs spaces + size) and re-indent / convert between styles. Like Node's detect-indent. Zero-dependency, no_std."
documentation = "https://docs.rs/indentkit"
repository = "https://github.com/trananhtung/indentkit"
homepage = "https://github.com/trananhtung/indentkit"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["indent", "indentation", "detect-indent", "whitespace", "format"]
categories = ["text-processing", "no-std", "development-tools", "value-formatting"]
authors = ["trananhtung"]
exclude = ["/.github", "/.gitignore"]

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"

[lints.clippy]
all = "warn"
pedantic = "warn"