[go: up one dir, main page]

indoc-impl 0.3.5

Indented document literals
Documentation
[badges.travis-ci]
repository = "dtolnay/indoc"
[dependencies.proc-macro-hack]
version = "0.5"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[dependencies.unindent]
version = "0.1.3"

[features]
unstable = []

[lib]
proc-macro = true

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