str-macro 1.0.0

The str!() macro, similar to vec![] but for strings
Documentation
[package]
name = "str-macro"
description = "The str!() macro, similar to vec![] but for strings"
repository = "https://github.com/ammongit/str-macro"
readme = "README.md"
license = "MIT"
keywords = ["str", "string", "slice", "owned", "macro"]
categories = ["rust-patterns"]

version = "1.0.0"
authors = ["Ammon Smith <ammon.i.smith@gmail.com>"]
edition = "2018"

[dependencies]