indoc 1.0.3

Indented document literals
Documentation
[dependencies.unindent]
version = "0.1.7"
[dev-dependencies.rustversion]
version = "1.0"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.19"

[lib]
proc-macro = true

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Indented document literals"
documentation = "https://docs.rs/indoc"
edition = "2018"
keywords = ["heredoc", "nowdoc", "multiline", "string", "literal"]
license = "MIT OR Apache-2.0"
name = "indoc"
readme = "README.md"
repository = "https://github.com/dtolnay/indoc"
version = "1.0.3"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]