nix_compat/nixcpp/
mod.rs

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