multiline-str 0.1.1

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.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"