[go: up one dir, main page]

indoc 0.1.1

Indented document literals
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "indoc"
version = "0.1.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Indented document literals"
repository = "https://github.com/dtolnay/indoc"
keywords = ["heredoc", "nowdoc"]

[lib]
name = "indoc"
plugin = true