cache-this-proc-macro 0.1.2

Proc macro implementation for simple caching of expression using the file system
Documentation
[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[lib]
proc-macro = true

[package]
authors = ["Kai Frerich"]
description = "Proc macro implementation for simple caching of expression using the file system"
edition = "2021"
homepage = "https://github.com/DerMagischeBier/cache-this"
license = "MIT"
name = "cache-this-proc-macro"
readme = "README.md"
repository = "https://github.com/DerMagischeBier/cache-this"
version = "0.1.2"