Closed gmorenz closed 6 years ago
I am an idiot for not checking existing PRs before making my own.
Any movement on this @Aatch?
I apologize. I'm the de facto maintainer of this crate. It took me way to long to see this and I apologize. Version 0.3.13 works on nightly as of Jun 16 2018.
No worries! Thanks for looking into it!
NonNull<Opaque>
instead of*mut u8
. We immediately cast to/from*mut u8
sinceNonNull
doesn't support some required APIs likeoffset
and it seemed cleanest.from_size_align
now returns aResult
instead of anOption
. The error type is an opaque struct that contains no information, so we continue to use the existing error handling that prints some information.Heap
toGlobal
), so we use the new names.Fixes #98