tagged-pointer
tagged-pointer copied to clipboard
Platform-independent space-efficient tagged pointers in Rust
Results
2
tagged-pointer issues
Sort by
recently updated
recently updated
newest added
> IMPORTANT: this PR is pretty much done, but is missing a big QOL improvement described below This PR adds support for tagged references, a safe abstraction over `TaggedPtr` which...
The documentation requires a dereferenceable pointer provided to ::new. This seems like a too strict precondition, even the cited core::ptr only restricts read and write operations to dereferenceable pointers. So,...