var searchIndex = {}; searchIndex["dotenv"] = {"doc":"This crate provides a configuration loader in the style of the [ruby dotenv\ngem](https://github.com/bkeepers/dotenv). This library is meant to be used\non development or testing environments in which setting environment\nvariables is not practical. It loads environment variables from a .env\nfile, if available, and mashes those with the actual environment variables\nprovided by the operating system.","items":[[4,"DotenvError","dotenv","",null,null],[13,"Parsing","","",0,null],[12,"line","dotenv::DotenvError","",0,null],[13,"ParseFormatter","dotenv","",0,null],[13,"Io","","",0,null],[13,"ExecutableNotFound","","",0,null],[5,"from_path","","Loads the file at the specified absolute path.",null,{"inputs":[{"name":"path"}],"output":{"name":"result"}}],[5,"from_filename","","Loads the specified file from the environment's current directory or its parents in sequence.",null,{"inputs":[{"name":"str"}],"output":{"name":"result"}}],[5,"dotenv","","This is usually what you want.\nIt loads the .env file located in the environment's current directory or its parents in sequence.",null,{"inputs":[],"output":{"name":"result"}}],[11,"clone","","",0,null],[11,"fmt","","",0,null],[11,"from","","",0,{"inputs":[{"name":"error"}],"output":{"name":"dotenverror"}}],[11,"from","","",0,{"inputs":[{"name":"error"}],"output":{"name":"dotenverror"}}]],"paths":[[4,"DotenvError"]]}; initSearch(searchIndex);