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 `Display` implementation of `Range` #121

Closed desaikd closed 1 year ago

desaikd commented 1 year ago

Issue #112

Description of changes: This PR works on adding Display implementation of Range.

Test: adds unit tests for Display implementation of Range.

Base PR: https://github.com/amzn/ion-schema-rust/pull/120

TODO for follow up PR