osom_lib_arc 0.1.25

ABI-stable atomic reference counted pointers for osom_lib.
Documentation
1
2
3
4
5
6
7
8
9
//! This module holds the [`CArc`] and [`CWeak`] types and their implementations.
mod internal;
mod layout;

mod carc;
pub use carc::*;

mod weak;
pub use weak::*;