uazu / qcell

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

added a few extra bits of functionality #10

Closed RustyYato closed 4 years ago

RustyYato commented 4 years ago

This allows other crates to build unsafe abstractoins on top of these cells

These are the bits of functionality that I talked about in #9 here

I'm a bit unsure about the documentation, and I don't think these warrant tests besides QCellOwner::owns

uazu commented 4 years ago

Are you going to need a crate release with this in?

RustyYato commented 4 years ago

Yes, but let's wrap up #11 first, I think that this as well as making QCellOwner's ID pluggable would be good.