macro_rules! include_ascii_string {
    ($file:literal) => { ... };
}
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.