ascii_str_include

Macro ascii_str_include 

Source
macro_rules! ascii_str_include {
    ($file:expr_2021) => { ... };
}
Expand description

Include a fast string in the binary. This string is asserted at compile-time to be 7-bit ASCII for optimal v8 performance.

This macro creates a FastStaticString that may be converted to a FastString via Into::into.