//! Assemble a card by hand and export it, with no checks.
//!
//! This is the escape hatch: you place whatever properties you like and write
//! them out directly. Nothing verifies that the result conforms to the RFC, so
//! correctness is entirely your responsibility. Reach for the strict builder
//! (see the strict_builder example) when you want that guarantee.
//!
//! Run with: `cargo run --example raw_builder`
use ;