Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ unicode_string_strategy
Function
unicode_string_strategy
crates/wiggle/tests/strings.rs:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
fn unicode_string_strategy() -> impl Strategy<Value = String> {
54
"\\p{Greek}{1,256}"
55
}
56
fn ascii_string_strategy() -> impl Strategy<Value = String> {
57
"[a-zA-Z0..9]{1,256}"
58
}
Callers
1
strat
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected