indenter 0.3.4

A formatter wrapper that indents the text, designed for error display impls
Documentation
[dependencies]

[[example]]
name = "usage"
path = "examples/usage.rs"

[features]
default = []
std = []

[lib]
name = "indenter"
path = "src/lib.rs"

[package]
authors = ["Jane Lusby <jlusby@yaah.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
A formatter wrapper that indents the text, designed for error display impls
"""
documentation = "https://docs.rs/indenter"
edition = "2018"
homepage = "https://github.com/yaahc/indenter"
keywords = ["display", "fmt", "Formatter", "error"]
license = "MIT OR Apache-2.0"
name = "indenter"
readme = "README.md"
repository = "https://github.com/yaahc/indenter"
rust-version = "1.39"
version = "0.3.4"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]