//! Contains code parsing some of the Nixcpp config files etc. //! left by Nix *on the local disk*. //! //! This is only for Nix' own state/config. //! //! More "standardized" protocols, like parts of the Nix HTTP Binary Cache //! protocol live elsewhere. pub mod conf;