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

Make `DocumentAuthority` related APIs public from `SchemaSystem` #212

Open desaikd opened 6 months ago

desaikd commented 6 months ago

Problem statement

Below are few use cases for which this change is required:

Currently the above mentioned APIs are present under SchemaSystem but are private APIs, modify these to be public APIs instead.