amazon-ion / ion-schema-rust

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

Implement `Display` for `IslConstraint` #204

Open desaikd opened 9 months ago

desaikd commented 9 months ago

A Display implementation of ISL constraints will be useful to provide specific errors in applications that use ion-schema. It will also be useful to provide string representation of constraints in violation.

desaikd commented 9 months ago

Related issue: https://github.com/amazon-ion/ion-schema-rust/issues/65