rusty-cheddar v0.3.3 Release Notes
Release Date: 2016-05-03 // over 8 years ago-
๐ Fixed
- arbitrarily nested
const
pointers are handled correctly - function declarations can now contain patterns
- such as
fn foo(mut a: ...
- such as
- zero argument functions are now written out as
func(void)
- arbitrarily nested
Previous changes from v0.3.2
-
๐ Changed
- rusty-cheddar now correctly converts types in
std::os::raw
- rusty-cheddar now correctly converts types in