str-macro 1.0.0

The str!() macro, similar to vec![] but for strings
Documentation
[dependencies]

[package]
authors = ["Ammon Smith <ammon.i.smith@gmail.com>"]
categories = ["rust-patterns"]
description = "The str!() macro, similar to vec![] but for strings"
edition = "2018"
keywords = ["str", "string", "slice", "owned", "macro"]
license = "MIT"
name = "str-macro"
readme = "README.md"
repository = "https://github.com/ammongit/str-macro"
version = "1.0.0"