s-macro 0.1.0

A basic Rust library for conveniently making a String.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "s-macro"
version = "0.1.0"
authors = ["ethan"]
description = "A basic Rust library for conveniently making a String."
keywords = ["string", "sugar", "easy", "macro", "proc_macro"]
edition = "2018"
repository = "https://github.com/zemja/s-macro"
license = "Unlicense"

[lib]
proc-macro = true

[dependencies]
quote = "1"
proc-macro2 = "1.0"
syn = "1.0"