Closed desaikd closed 1 year ago
This PR works on updating dependency of ion-rs to v0.16.0 and adds related changes.
ion-rs
as_*
as_str
as_string
as_int
as_integer
as_sym
as_symbol
as_f64
as_float
element_reader().read_one()
Element::read_one()
element_reader().read_all()
Element::read_all()
Symbol::from(TEXT)
text_token(TEXT)
iter()
elements()
list_builder()
sexp_builder()
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes:
This PR works on updating dependency of
ion-rs
to v0.16.0 and adds related changes.List of changes:
as_*
methods:as_str
->as_string
as_int
->as_integer
as_sym
->as_symbol
as_f64
->as_float
element_reader().read_one()
->Element::read_one()
element_reader().read_all()
->Element::read_all()
Symbol::from(TEXT)
instead oftext_token(TEXT)
iter()
->elements()
list_builder()
,sexp_builder()
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.