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

adds `new_schema()` for `SchemaSystem` and minor ISL model fixes #182

Closed desaikd closed 1 year ago

desaikd commented 1 year ago

Description of changes:

This PR works on adding new_schema for SchemaSystem and adds minor ISL model related fixes.

List of changes:

Test:

adds tests for new_schema() and new_isl_schema() .


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