//!
//! Example for serializing collections with the YAML serializer.
//!
//! This example demonstrates how to serialize various collection types (Vec,
//! HashMap) into YAML format using the `Serializer` provided by the `serde_yml`
//! crate.
//!
use ;
use HashMap;
pub