//! A library exposing modules to perform the business
//! logic around changing env vars, and also some utility
//! functions and data types.
#[macro_use]externcrate lazy_static;pubmodparser;pubmodutils;pubuseparser::{list_available_keywords, parse_env, resolve_keyword};pubuseutils::{read_env_file, write_env_file, Config, EnvContents};