//! Holds aliases usable with std feature.
useosom_lib_alloc::std_allocator::StdAllocator;usecrate::immutable::{ImmutableString, ImmutableStringBuilder};/// The alias for [`StdImmutableString`] with [`StdAllocator`].
pubtypeStdImmutableString=ImmutableString<StdAllocator>;/// The alias for [`StdImmutableStringBuilder`] with [`StdAllocator`].
pubtypeStdImmutableStringBuilder=ImmutableStringBuilder<StdAllocator>;