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

adds `TypeReference` implementation and `$null_or` ISL 2.0 modifier support #165

Closed desaikd closed 1 year ago

desaikd commented 1 year ago

Issue #164, #158

Description of changes:

This PR works on adding $null_or modifier support for ISL 2.0 and adds an implementation of TypeReference.

List of changes:

desaikd commented 1 year ago

Updates after last review: