mntn 3.2.3

A Rust-based command-line tool for dotfiles management with profiles.
Documentation
1
2
3
4
5
6
7
8
mod active;
mod config;
mod sources;

pub(crate) use active::{
    ActiveProfile, clear_active_profile, get_active_profile_name, set_active_profile,
};
pub(crate) use config::ProfileConfig;