[go: up one dir, main page]

indent 0.1.1

Functions for indenting multiline strings
Documentation
# SPDX-FileCopyrightText: 2021 ilkecan <ilkecan@protonmail.com>
#
# SPDX-License-Identifier: MPL-2.0

[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" }