[go: up one dir, main page]

unindent 0.1.11

Remove a column of leading whitespace from a string
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["text-processing"]
description = "Remove a column of leading whitespace from a string"
documentation = "https://docs.rs/unindent"
edition = "2018"
keywords = ["heredoc", "nowdoc", "multiline", "string", "literal"]
license = "MIT OR Apache-2.0"
name = "unindent"
readme = "README.md"
repository = "https://github.com/dtolnay/indoc"
version = "0.1.11"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]