docstr 0.4.6

Ergonomic multi-line string literals
Documentation
[dependencies.litrs]
version = "0.5"

[dev-dependencies.trybuild]
version = "1.0"

[lib]
name = "docstr"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Nik Revenco <pm@nikrev.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "text-processing", "no-std", "no-std::no-alloc", "development-tools"]
description = "Ergonomic multi-line string literals"
edition = "2021"
keywords = ["heredoc", "multiline", "string", "literal", "indoc"]
license = "MIT OR Apache-2.0"
name = "docstr"
readme = "README.md"
repository = "https://github.com/nik-rev/docstr"
rust-version = "1.65"
version = "0.4.6"

[[test]]
name = "test"
path = "tests/test.rs"