envswitch 0.1.1

A tool for managing and switching environment variable configurations
Documentation
1
2
3
4
5
6
7
8
9
pub mod file_utils;
pub mod shell_integration;
pub mod helpers;
pub mod feedback;

pub use file_utils::*;
pub use shell_integration::*;
pub use helpers::*;
pub use feedback::*;