1.0.0
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.