//! In-memory environment backend.
//!
//! Seeds the snapshot empty, with no ties to the real process environment.
//! Used for tests and as a way to start from a clean baseline; a host
//! populates the snapshot with [`super::set_env`] afterwards.
use EnvironmentBackend;
/// Environment backend that always seeds an empty snapshot.
;