unique

Crates.iounique
lib.rsunique
version0.9.1
sourcesrc
created_at2018-11-13 13:09:22.248046
updated_at2021-04-08 12:36:27.884778
descriptionptr::Unique for stable Rust
homepagehttps://gitlab.com/fee1-dead/unique
repositoryhttps://gitlab.com/fee1-dead/unique
max_upload_size
id96451
size24,381
beef (fee1-dead)

documentation

README

ptr::Unique for stable Rust

This 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.

Commit count: 5

cargo fmt