morpheus_network::mainloop::bare_metal

Function starts_with_ignore_case

Source
fn starts_with_ignore_case(s: &str, prefix: &str) -> bool
Expand description

Case-insensitive starts_with for ASCII strings (no heap allocation).