unique-pointer 0.8.1

Provides the `UniquePointer` data structure that makes extensive use of `unsafe` rust to provide a shared pointer across other data structures.
Documentation
1
2
3
4
5
6
7
```shell
export RUSTFLAGS="-C opt-level=0 -g -Zmacro-backtrace"
lldb target/deps/path-to-binary
(lldb) br set -n malloc_error_break
(lldb) process launch
(lldb) up
```