indent-string 0.1.0

Indent each line of a multi-line string. A faithful port of the indent-string npm package. Zero dependencies, no_std.
Documentation
[package]
name = "indent-string"
version = "0.1.0"
edition = "2021"
rust-version = "1.81"
description = "Indent each line of a multi-line string. A faithful port of the indent-string npm package. Zero dependencies, no_std."
documentation = "https://docs.rs/indent-string"
repository = "https://github.com/trananhtung/indent-string"
homepage = "https://github.com/trananhtung/indent-string"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["indent", "string", "prefix", "lines", "text"]
categories = ["text-processing", "no-std"]
authors = ["trananhtung"]
exclude = ["/.github", "/.gitignore"]

[dependencies]

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

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