-
- Downloads
fixed parsing
parents
No related branches found
No related tags found
.vscode/tasks.json
0 → 100644
Cargo.lock
0 → 100644
Cargo.toml
0 → 100644
[package] | |||
name = "proc-collect" | |||
version = "0.1.0" | |||
authors = ["pln <Per Lindgren>"] | |||
edition = "2018" | |||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |||
[lib] | |||
proc-macro = true | |||
[dependencies] | |||
quote = "1.0.2" | |||
proc-macro2 = "1.0" | |||
[dependencies.syn] | |||
version = "1.0.14" | |||
features = ["full", "extra-traits"] | |||
examples/trust.rs
0 → 100644
src/lib.rs
0 → 100644
Please register or sign in to comment