Skip to content

Add `Equatable` conformance to `RESPValue`

Nathan Harris requested to merge respvalue-equatable into master

Motivation:

While working on unit tests the need for conformance to Equatable for RESPValue has been needed a few times and it was decided to make it public.

Modifications:

Added conformance to Equatable for RESPValue with unit test.

Result:

Users should now be able to compare two RESPValue instances for equality.

Merge request reports