rusty-cheddar v0.3.3 Release Notes

Release Date: 2016-05-03 // almost 8 years ago
  • ๐Ÿ›  Fixed

    • arbitrarily nested const pointers are handled correctly
    • function declarations can now contain patterns
      • such as fn foo(mut a: ...
    • zero argument functions are now written out as func(void)

Previous changes from v0.3.2

  • ๐Ÿ”„ Changed

    • rusty-cheddar now correctly converts types in std::os::raw