Crate collapse

Source
Expand description

Functions and macros to compare strings, ignoring whitespace

Macros§

collapsed_eq
Compare two strings, collapse consecutive whitespace, and assert their equality. Panics if two strings are not equivalent after collapsing whitespace.
collapsed_ne
Compare two strings, collapse consecutive whitespace, and assert their inequality. Panics if two strings are equivalent after collapsing whitespace.

Functions§

collapse
Trim leading and trailing whitespace and collapse all consecutive whitespace to a single space character