-
- Downloads
Initial commit
parents
No related branches found
No related tags found
.gitignore
0 → 100644
.vscode/tasks.json
0 → 100644
Cargo.toml
0 → 100644
[package] | |||
name = "parsetest" | |||
version = "0.1.0" | |||
authors = ["Per Lindgren <per.lindgren@ltu.se>"] | |||
[dependencies] | |||
quote = "0.4.2" | |||
[dependencies.syn] | |||
version = "0.12.12" | |||
features = ["full"] | |||
[dependencies.proc-macro2] | |||
features = ["nightly"] | |||
version = "0.2.2" | |||
[lib] | |||
proc-macro = true | |||
\ No newline at end of file |
examples/ex1.rs
0 → 100644
src/lib.rs
0 → 100644
Please register or sign in to comment