[include_tt]
(Macro for embedding (trees, strings, arrays) into macro trees directly from files.)
Usage
Add this to your Cargo.toml:
[]
= "1.0.5"
and this to your source code:
use include_tt;
Example
use include_tt;
use Write;
// Example demonstrating the usage of include_tt! macro for embedding content from files.
License
This project has a dual license according to (LICENSE-MIT) and (LICENSE-APACHE-2-0).
(Denis Kotlyarov).