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 implementation of `load_isl_type` for loading `IslType` #210

Closed desaikd closed 6 months ago

desaikd commented 6 months ago

Issue #207:

Description of changes:

This PR adds implementation of load_isl_type for loading IslType.

List of changes:

Test

Modified ISL model tests to use this new load_isl_type API for loading ISL type.


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