Skip to main content

osom_lib_arc/
consts.rs

1//! This module holds the constants for the arc crate.
2
3/// The maximum number of strong or weak references
4/// that smart pointers in the crate can have.
5pub const MAX_REFERENCES: u32 = i32::MAX as u32;