A robust Rust library that simplifies the serialization and deserialization of Rust data structures to and from YAML format using the widely-used Serde framework.
//! This is the main function for the build script.
//!//! Currently, it only instructs Cargo to re-run this build script if `build.rs` is changed.
fnmain(){// Avoid unnecessary re-building.
println!("cargo:rerun-if-changed=build.rs");}