[go: up one dir, main page]

indoc 0.1.0

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

[lib]
name = "indoc"
crate-type = ["dylib"]