[package]
name = "indent"
version = "0.1.1"
authors = ["ilkecan <ilkecan@protonmail.com>"]
edition = "2018"
description = "Functions for indenting multiline strings"
readme = "README.md"
homepage = "https://todo.sr.ht/~ilkecan/indent-rs"
repository = "https://git.sr.ht/~ilkecan/indent-rs"
license = "MPL-2.0"
keywords = [
"indent",
"indentation",
"multiline",
"string",
]
[dev-dependencies]
criterion = "0.3.4"
[[bench]]
name = "indent_by"
harness = false
[badges]
maintenance = { status = "passively-maintained" }