pub const EMPTY: &str = "";
Provides a shared empty string slice.
The value has static lifetime and is suitable for default or fallback references. It is identical to the empty string literal.