[dependencies]
[lib]
crate-type = ["lib"]
[package]
categories = ["development-tools"]
description = "A simple multiline string Rust macro, which allows you to write multiline strings in a more readable way. It allows for any combination of space-joined and newline-joined strings."
edition = "2021"
keywords = ["macro", "string", "str", "multiline", "text"]
license = "MIT"
name = "multiline-str"
readme = "README.md"
repository = "https://github.com/acovaci/multiline-str-rust-macro"
version = "0.1.1"