//! Clipboard abstraction: the core stays windowless, so the OS clipboard
//! (arboard) is injected by the shell; headless rendering uses the
//! deterministic in-memory default.
/// Read/write access to a clipboard.
/// The default in-memory clipboard (headless tests use this).
;