macro_tools 0.84.0

Tools for writing procedural macroses.
Documentation
1
2
3
4
5
6
7
//! All tests
#![allow(unused_imports)]

use macro_tools as the_module;
use test_tools ::exposed :: *;

mod inc;