Crates.io | unique |
lib.rs | unique |
version | 0.9.1 |
source | src |
created_at | 2018-11-13 13:09:22.248046 |
updated_at | 2021-04-08 12:36:27.884778 |
description | ptr::Unique for stable Rust |
homepage | https://gitlab.com/fee1-dead/unique |
repository | https://gitlab.com/fee1-dead/unique |
max_upload_size | |
id | 96451 |
size | 24,381 |
ptr::Unique
for stable RustThis project can be used to create your own collections that
might want to use an optimized pointer but doesn't want to
manually implement Send
and Sync
. This project uses the
sources of the internal implementation of Unique
and a
NonNull
pointer to guarrentee null pointer optimization.