Skip to content

1.0.0

Compare
Choose a tag to compare
@adambezecny adambezecny released this 02 May 07:12
· 30 commits to main since this release

this version brings some stability changes, mainly proper use of MaybeUninit type. This removes linting error uninit_assumed_init. Since from_handle methods are now unsafe (as they require valid native handle) this change is breaking (all xxx::from_handle calls must be now in unsafe block). This change was implemented by #15.