//! Parse a card, edit one field, and write it back.
//!
//! This shows the byte-faithful editing: only the field you touch changes,
//! every other byte of the original card is preserved exactly.
//!
//! Run with: `cargo run --example parse_edit_export`
use ;