uazu / qcell

Statically-checked alternatives to RefCell and RwLock
Apache License 2.0
356 stars 22 forks source link

Implement UnsafeCell pointer methods #47

Open T0mstone opened 1 year ago

T0mstone commented 1 year ago

Implement the proposed UnsafeCell-like pointer API from #46.

I haven't documented the new methods yet. If you want to merge this PR, I'd be happy to discuss how to best document them.