Add `PartialEq` to `Literal` and all the inner types across different buffers `where B1: PartialEq<B2>`. This will enable `Literal<String>` to be compared to `Literal<&str>`, which is quite nice. I'd be happy to send a PR for this if you're interested.