ion-rust icon indicating copy to clipboard operation
ion-rust copied to clipboard

Binary read support for Ion 1.1 scalars

Open zslayton opened this issue 1 year ago • 1 comments

Support parsing the new encodings for:

  • [x] Nulls - #766
  • [x] Bools - #753
  • [x] Ints - #754
  • [x] Floats - #756
  • [x] Decimals - #757
  • [x] Timestamps - #765
  • [x] Strings - #754
  • [x] Symbols - #758
  • [x] Blobs - #755
  • [x] Clobs - #755

zslayton avatar Oct 16 '23 19:10 zslayton

Base reader PR: #737

nirosys avatar Apr 09 '24 20:04 nirosys