Skip to content

0.11.5

Compare
Choose a tag to compare
@maciejhirsz maciejhirsz released this 21 Jan 18:02
· 62 commits to master since this release
  • Object struct now implements Index and IndexMut on it's own. Thanks to @hobofan for #105.
  • Fixed a rare SIGSEGV that could occur during serialization or iteration over objects due to invalid lifetimes being applied on unsafe code. Reduced the amount of unsafe code around to increase maintainability of the project, more to come.