Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/douchuan/algorithm
/ extract_words
Function
extract_words
benches/strings.rs:102–104 ·
view source on GitHub ↗
(i: &str)
Source
from the content-addressed store, hash-verified
100
}
101
102
fn extract_words(i: &str) -> Vec<&str> {
103
i.split_whitespace().collect()
104
}
Callers
4
sort_str_std_Vec
Function · 0.70
sort_str_LSD_radix
Function · 0.70
sort_str_MSD_radix
Function · 0.70
sort_str_quick3strings
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected