indoc 2.0.5

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

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

[dev-dependencies.unindent]
version = "0.2.3"

[lib]
doc-scrape-examples = false
proc-macro = true

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["rust-patterns", "text-processing", "no-std", "no-std::no-alloc"]
description = "Indented document literals"
documentation = "https://docs.rs/indoc"
edition = "2021"
keywords = ["heredoc", "nowdoc", "multiline", "string", "literal"]
license = "MIT OR Apache-2.0"
name = "indoc"
readme = "README.md"
repository = "https://github.com/dtolnay/indoc"
rust-version = "1.56"
version = "2.0.5"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]