Code analysis and formatting tool
Kod analiz ve formatlama araci
Rust ayristirma
syn = { version = "2", features = ["full"] }Kod uretimi
quote = "1"Token akislari
proc-macro2 = "1"Cok dilli ayristirma
tree-sitter = "0.22"Copy this Cargo.toml to get started:
[package]
name = "my-linter-formatter"
version = "0.1.0"
edition = "2021"
[dependencies]
syn = { version = "2", features = ["full"] }
quote = "1"
proc-macro2 = "1"
tree-sitter = "0.22"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: