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

Please add capability to serialise a programmatically constructed Ion Schema #173

Closed ankitxs closed 1 year ago

ankitxs commented 1 year ago

The programatically created Ion Schema IslSchema can to be converted into Schema object but neither of them have the capability to be serialised into a file unlike Element.

desaikd commented 1 year ago

Fixed with #183