//! Release-build marker and per-crash sidecar primitives.
//!
//! See [`marker`] for the 128-byte footer format that distinguishes a
//! release-built `zccache.exe` from a local dev build, and [`cache`] for the
//! `<cache>/symbols/<v>-<triple>/` layout and the `<dump>.symref` sidecar that
//! points each crash dump at its shared symbol directory.
//!
//! The actual symbol-archive fetch lives in `zccache-cli::symbols`
//! (cross-process locked, atomic-renamed, archive-cached). This crate
//! deliberately doesn't duplicate that machinery.
pub use ;
pub use ;