incremental-query-macros 0.2.0

implementation of an incremental compilation algorithm similar to rustc's
Documentation
[dependencies.proc-macro-error]
version = "1"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

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

[lib]
proc-macro = true

[package]
authors = ["Jonathan Dönszelmann <jonathan@donsz.nl>"]
description = "implementation of an incremental compilation algorithm similar to rustc's"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "incremental-query-macros"
repository = "https://github.com/jdonszelmann/incremental-query"
version = "0.2.0"