-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Description
This crate uses unsafe
quite a bit for both sync
and unsync
variants of OnceCell
. I feel rather confident about unsync
usages of unsafe: the implementation is the same as in the lazycell
. However the sync
version, which is inspired by lazy_static
, has quite a bit more of my own invention.
It would be cool if knowledgeable people in the area reviewed the code for safety issues!
amrrbakryEh2406
Metadata
Metadata
Assignees
Labels
No labels