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