kelpdot 2.1.9

Simple dotfiles manager
Documentation
1
2
3
4
5
6
7
8
9
extern crate libkelp;
#[test]
pub fn external_root_works() {
    std::env::set_var("DOTFILES_ROOT", "/");
    assert_eq!(
        String::from("/"),
        libkelp::lib::fsutil::paths::get_root().unwrap()
    );
}