rust-visitor 0.3.1

Visitor trait for Rust AST based on rust-analyzer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rust-visitor"
version = "0.3.1"
authors = ["Pavan Kumar Sunkara <pavan.sss1991@gmail.com>"]
edition = "2018"
description = "Visitor trait for Rust AST based on rust-analyzer"
repository = "https://github.com/automa-app/cargo-up"
license = "MIT"

[dependencies]
ra_ap_syntax = "=0.0.77"
paste = "1.0.2"

[package.metadata.workspaces]
independent = true