Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coastalwhite/utf8_slice
/ functions
Functions
9 in github.com/coastalwhite/utf8_slice
⨍
Functions
9
◇
Types & classes
0
↓ 2 callers
Function
len
Fetches the length in characters of an utf8/unicode string # Arguments `s` - The string of which to fetch the length
src/lib.rs:125
↓ 2 callers
Function
slice
Fetches a slice of a string from a begin to an end index taking into account utf8/unicode character indices. # Arguments `s` - An input string to ta
src/lib.rs:52
Function
from
Fetches a slice of a string from a starting index taking into account utf8/unicode character indices. # Arguments `s` - An input string to take the
src/lib.rs:92
Function
test_from
()
src/lib.rs:154
Function
test_len
()
src/lib.rs:169
Function
test_same_as_std_slice
()
src/lib.rs:134
Function
test_slice
()
src/lib.rs:144
Function
test_till
()
src/lib.rs:162
Function
till
Fetches a slice of a string until an ending index taking into account utf8/unicode character indices. # Arguments `s` - An input string to take the
src/lib.rs:116