castbox 0.1.4

A Runtime-Typed Reference-Counted Smart Pointer and Concurrent Programming tools.
Documentation
1
2
3
4
5
6
7
mod inner;
mod ptr_interface;
mod weak;
mod strong;

pub use weak::WeakAnyRef;
pub use strong::AnyRef;