// =============================================================================
// Copyright (c) 2025 - 2026 Haixing Hu.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0.
// =============================================================================
//! Private canonical serializer for one string map.
use HashMap;
use Serialize;
use Serializer;
use string_map;
/// Borrows a string map while forcing dictionary-order entry emission.
///
/// # Type Parameters
///
/// * `'a` - Lifetime of the borrowed string map.
pub &'a ,
);