file_check_macro 0.1.0

A macro for checking the presence of a template file at compile time. E.g. for Tera templates
Documentation
[package]
name = "file_check_macro"
version = "0.1.0"
edition = "2021"
description = "A macro for checking the presence of a template file at compile time. E.g. for Tera templates"
license = "MIT OR Apache-2.0"

[lib]
proc-macro = true

[dependencies]
syn = "2.0.38"
quote = "1.0"