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

Implementation of inline import types #42

Closed desaikd closed 3 years ago

desaikd commented 3 years ago

Issue: Fixes #39 Fixes #8

Description of changes: This PR works on implementation of inline import types.

Changes:

Tests: Adds unit tests for correct and incorrect inline import types.