Crate string_literal_const_replace

Crate string_literal_const_replace 

Source
Expand description

A macro for compile-time replacement on string literals.

This is meant for combining with other macros, such as doing a find/replace on a stringify! result in a const context.

See string_literal_replace!.

Macrosยง

string_literal_replace
Replace contents of a string literal at compile-time.