amazon-ion / ion-schema-rust

Rust implementation of Ion Schema
https://amazon-ion.github.io/ion-schema/sandbox
Apache License 2.0
13 stars 6 forks source link

adds `PartialEq` for `Violation` and `IonSchemaError` and makes `violation` module public #139

Closed desaikd closed 1 year ago

desaikd commented 1 year ago

Issue #135, #136

Description of changes:

This PR works on making violation module public and adding PartialEq for Violation and IonSchemaError

List changes


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.