Skip to content

Changed `RawValue.data` from pub(crate) to pub

Compare
Choose a tag to compare
@JulianSchmid JulianSchmid released this 13 Sep 20:13
· 42 commits to main since this release
  • The data of a RawValue verbose value could not be accessed. Corrected the data field to be public.
  • Optimized Iterator implementations of ArrayU8, ArrayI8, ArrayBool and ArrayF16.