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

Remove wrappers around ISL model #202

Closed desaikd closed 11 months ago

desaikd commented 11 months ago

Description of changes:

This PR updates ISL model to remove wrappers, also makes enum IslConstraintValue public to be used for matching constraints.

List of changes:


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