//! Read access to the runtime bundle the supervisor is running.
//!
//! The supervisor is the only process that knows where the bundle lives, so a
//! client asks it for a path rather than reaching into a filesystem it does not
//! own. What paths resolve, and which of them are refused, is the supervisor's
//! decision; this module owns only the request and the three answers.
crateendpoints!
/// A missing entry and a path the supervisor refuses to resolve are distinct
/// answers, so a client can tell "not in this bundle" from "never ask that".