//! The process environment, as `knf-interp` wants to see it.
//!
//! The only place `std::env` appears. `knf-interp` takes its environment through
//! a trait so that it stays deterministic and testable without touching process
//! state; this is the implementation that does not.
use ;
use cratevalue;
/// Reads `${env:NAME}` from the real environment.
;