Re: [PATCH v3 1/4] rust: str: implement `PartialEq` for `BStr`
From: Alice Ryhl
Date: Fri Dec 13 2024 - 07:50:18 EST
On Fri, Dec 13, 2024 at 12:33 PM Andreas Hindborg <a.hindborg@xxxxxxxxxx> wrote:
>
> Implement `PartialEq` for `BStr` by comparing underlying byte slices.
>
> Signed-off-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx>
Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>