Introduction
This is a helper library to mark the cell as only being accessed by the owner thread.
If you access the cell from a different thread, the thread will be panicked.
Still in development, the API may change in the future.
Quick Start
use ;
let cell = new;
assert_eq!;
cell.set;
assert_eq!;
let ref_cell = new;
assert_eq!;
*ref_cell.borrow_mut += 1;
assert_eq!;