ParkMyCar / compact_str

A memory efficient string type that can store up to 24* bytes on the stack
MIT License
557 stars 41 forks source link

fix: More `PartialEq` impls #381

Closed ParkMyCar closed 2 weeks ago

ParkMyCar commented 2 weeks ago

This PR adds some more impls of PartialEq between String, str, and CompactString.

Fixes https://github.com/ParkMyCar/compact_str/issues/372