//! Holds aliases usable with std feature.
useosom_lib_alloc::std_allocator::StdAllocator;usesuper::{SharedString, SharedStringBuilder};/// The alias for [`StdSharedString`] with [`StdAllocator`].
pubtypeStdSharedString=SharedString<StdAllocator>;/// The alias for [`StdSharedStringBuilder`] with [`StdAllocator`].
pubtypeStdSharedStringBuilder=SharedStringBuilder<StdAllocator>;