osom_lib_arc 0.1.25

ABI-stable atomic reference counted pointers for osom_lib.
Documentation
1
2
3
4
5
//! This module holds the constants for the arc crate.

/// The maximum number of strong or weak references
/// that smart pointers in the crate can have.
pub const MAX_REFERENCES: u32 = i32::MAX as u32;