Open desaikd opened 2 years ago
As per a discussion in https://github.com/amzn/ion-schema-rust/pull/60#discussion_r814504671
Using numbers to refer to specific types is hard to read. Is there any way we can look these type references up by name in the tests here?
Maybe instead of type_ids, can use names stored in a HashMap or through TypeStore.
type_ids
HashMap
TypeStore
As per a discussion in https://github.com/amzn/ion-schema-rust/pull/60#discussion_r814504671
Maybe instead of
type_ids
, can use names stored in aHashMap
or throughTypeStore
.