Crate suika_utils

Crate suika_utils 

Source

Functionsยง

build_url
Builds a URL from a base and a set of query parameters.
expect_sequence
Expects a specific sequence of characters in the input.
minify_html
Minifies an HTML string by removing unnecessary whitespace and line breaks.
noop_waker
Creates a no-op Waker for use in tests.
parse_query_string
Parses a query string into a HashMap.
parse_url
Parses a URL into its components: scheme, host, path, and query parameters.
skip_whitespace
Skips whitespace characters in the input.