stringlit 2.0.0

A macro to convert from str to String
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "stringlit"
description = "A macro to convert from str to String"
version = "2.0.0"
authors = ["hardliner66"]
edition = "2018"

homepage = "https://github.com/hardliner66/stringlit"
repository = "https://github.com/hardliner66/stringlit"

license = "MIT"

readme = "README.md"

keywords = ["string", "macro", "str"]

[badges]
maintenance = { status = "as-is" }