DEV Community

 UnsafeCell<Anxiety<T>>
UnsafeCell<Anxiety<T>>

Posted on

Writting Simple OnceCell

Always been interested in how rust handles mutability internally and started reading up on UnsafeCell and MaybeUinit.

Decided to write a simple OnceCell, will try to make it static in the future.

GitHub logo StaticallyTypedAnxiety / SimpleCell

An example of implementing a Simple OnceCell

SimpleCell

  • Very simple implementation of a OnceCell that can be initialized only once



Top comments (0)