[include_tt]
(Macros for ultra-flexible injection of compiler trees, literals, or binary data into Rust syntax trees from external sources.)
Usage
Add this to your Cargo.toml:
[]
= "1.1.0"
and this to your source code:
use inject;
Example
use inject;
use Write;
License
This project has a dual license according to (LICENSE-MIT) and (LICENSE-APACHE-2-0).
(Denis Kotlyarov).