1// SPDX-License-Identifier: MIT OR Apache-2.0 2 3//! String protocols. 4//! 5//! The protocols provide some string operations like 6//! lexical comparison. 7 8pub mod unicode_collation;