autosurgeon
autosurgeon copied to clipboard
feat: Implement PartialEq and Eq in Text
Implement PartialEq
and Eq
in Text by delegating to the result of as_str
.
Includes unit tests.