Crate punktf_lib

Source
Expand description

This is the library powering punktf, a cross-platform multi-target dotfiles manager.

Modules§

profile
Defines profiles and ways to layer multiple of them.
template
Everything related to parsing/resolving templates is located in this module or it’s submodules.
visit
This module provieds a Visitor trait and a Walker which iterates over every item to be deployed in a given profile. The visitor accepts items on different functions depending on status and type.