dotenv-rs-parse
parse dotenv file by rust
, supproted platforms: darwin-x64
, linux-x64-gnu
, win32-x64-msvc
dotParseBase
get the vars in dot files with target prefix
const env = dotenv_rs_arse.dotParseBase(envPath, 'Test')
dotParse
get the vars in dot files
const env = dotenv_rs_arse.dotParse(dotTestPath)