the-string-macro 1.0.1

The missing `string!` macro to construct `String` value from string literal.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[lib]
name = "the_string_macro"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "The missing `string!` macro to construct `String` value from string literal."
edition = "2021"
license = "MIT"
name = "the-string-macro"
readme = "README.md"
version = "1.0.1"