junkdrawer 0.1.0

A crate for all kinds of utilities.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod owned_shared;
pub use owned_shared::{Owned, Shared};
pub mod lazy_relock;
pub use lazy_relock::LazyReLock;

use std::cell::UnsafeCell;
use std::cmp::Ordering;
use std::hash::{Hash, Hasher};
use std::ptr::NonNull;