include_proc_macro 1.0.5

A simple shorthand for including proc-macro source files in the module tree for external tooling like IDEs or other similar purposes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["orgrinrt", "Hiisi Digital"]
categories = ["development-tools", "development-tools::procedural-macro-helpers"]
description = "A simple shorthand for including proc-macro source files in the module tree for external tooling like IDEs or other similar purposes.\n"
documentation = "https://docs.rs/include_proc_macro"
edition = "2021"
homepage = "https://github.com/orgrinrt/include_proc_macro"
keywords = ["procedural-macros", "proc-macro", "helper", "dev", "shorthand"]
license = "MIT"
license-file = "LICENSE"
name = "include_proc_macro"
readme = "README.md"
repository = "https://github.com/orgrinrt/include_proc_macro"
version = "1.0.5"