rust-sitter-common 0.4.4

Shared logic for the Rust Sitter macro and tool
Documentation
[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2"

[lib]
name = "rust_sitter_common"
path = "src/lib.rs"

[package]
authors = ["Shadaj Laddad <shadaj@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Shared logic for the Rust Sitter macro and tool"
edition = "2021"
keywords = ["parsing", "codegen"]
license = "MIT"
name = "rust-sitter-common"
readme = "README.md"
repository = "https://github.com/hydro-project/rust-sitter"
version = "0.4.4"