include_proc_macro 1.0.2

The `include_proc_macro` crate provides a macro designed for easy integration with external tooling, particularly when working with procedural macros. It's extremely simple, just wraps an `include!` macro call with some sugar, and is primarily useful to reduce boilerplate and prettify procmacro code.
Documentation