rental-impl 0.4.4

An implementation detail of rental. Should not be used directly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rental-impl"
version = "0.4.4"
license = "MIT/Apache-2.0"
authors = ["Jameson Ernst <jameson@jpernst.com>"]
description = "An implementation detail of rental. Should not be used directly."
repository = "https://github.com/jpernst/rental"
documentation = "https://docs.rs/rental"

[lib]
proc-macro = true

[dependencies]
procedural-masquerade = "=0.1.1"
quote = "0.3.15"
syn = { version = "0.11.10", features = ["full", "fold"] }