thin-cell 0.2.1

A compact, single-threaded smart pointer combining reference counting and interior mutability
Documentation
1
2
3
4
5
6
7
mod common;
use std::cell::Cell;

use common::*;
use thin_cell::unsync::*;

testcases!();