Module cenv_core::parser

source ·
Expand description

Functions containing the core business logic around parsing.

All of these functions encapsulate the “what” of cenv, including:

  • What constitutes a “keyword”
  • Which lines within the .env file should be updated
  • The format that should be returned to the callee

Functions§

  • Supplementary function which returns a Vec of all keywords within the env
  • Core function which performs all parsing and returns results
  • Supplementary function which returns the keyword within the provided line (if it exists)