zenops 0.19.0

Declarative system configuration management for shell config and dotfiles.
Documentation
1
2
3
4
5
6
7
//! Small reusable helpers that aren't specific to one zenops command.
//!
//! `which` is `pub` so test infra in `tests/test_env.rs` can construct
//! [`which::SearchPath`] for `real_main`; production code outside the
//! crate has no business calling these directly.

pub mod which;