macro_rules! exclude_utilities {
    ($($tt:tt)*) => { ... };
}
Expand description

Skip the normal generation of a make_string function and other utilities which we might generate normally. A directive to be included inside include_cpp - see include_cpp for general information.