Conversation
|
Maybe a better name for |
|
I'm curious here, I've noticed some of the handles like macOS, Windows, Android and iOS use |
|
I think it was an accidental oversight. However, I also think that it's a bad change in retrospect. Every pointer here can optionally be null, that's just a blanket rule. I think actually using Option<NonNull<c_void>> makes things less ergonomic though. Realistically, we'll probably want to undo that change before the next release. |
|
Merging this partial progress, and the rest will be finished up in #70 |
We've got some breaking changes building up and it's time to move to a 0.4
cfgguards. #63