[go: up one dir, main page]

paste 0.1.3

Macros for all your token pasting needs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "paste"
version = "0.1.3"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Macros for all your token pasting needs"
repository = "https://github.com/dtolnay/paste"
readme = "README.md"

[dependencies]
paste-impl = { version = "0.1", path = "impl" }
proc-macro-hack = "0.5"

[workspace]
members = ["impl"]