Crate cenv_core[][src]

Expand description

A library exposing modules to perform the business logic around changing env vars, and also some utility functions and data types.

Re-exports

pub use parser::list_available_keywords;
pub use parser::parse_env;
pub use parser::resolve_keyword;
pub use utils::read_env_file;
pub use utils::write_env_file;
pub use utils::Config;
pub use utils::EnvContents;

Modules

Functions containing the core business logic around parsing.

Helper functions and data types