//! The `rtz-core` crate. Abstracts away core functionality, and functionality for build scripts.
// `coverage(off)` is nightly-only; the feature (and the attrs below) activate only under
// `cargo llvm-cov` on nightly, which sets `coverage_nightly`. On stable they are inert, so the
// crate still builds and publishes on stable.