//! Holds definition of [`ImmutableString`] and its [`ImmutableStringBuilder`].
/// The maximum number of strong references a given [`ImmutableString`] can have.
pub const MAX_REFERENCES: u32 = u32MAX - 1024;
pub use *;
pub use *;
pub use *;
pub use *;
cfg_select!