osom_lib_arc 0.1.21

ABI-stable atomic reference counted pointers for osom_lib.
Documentation
1
2
3
/// The maximum number of strong or weak references a given
/// [`CArc`][super::carc::CArc] or [`CWeak`][super::weak::CWeak] can have.
pub const MAX_REFERENCES: u32 = i32::MAX as u32;