var searchIndex = {}; searchIndex["acon"] = {"doc":"An ACON-parsing library","items":[[4,"Acon","acon","Enumeration over all variable types in ACON",null,null],[13,"Array","","Array type contains a Vec of Acon",0,null],[13,"String","","String type contains a simple std::string::String",0,null],[13,"Table","","Table consists of a BTreeMap<String, Acon>",0,null],[4,"AconError","","Errors that come about during parsing",null,null],[13,"ExcessiveClosingDelimiter","","Indicates that there are too many closing delimiters compared to opening\ndelimiters",1,null],[13,"InternalStringTop","","Acon::String is the top of the stack. This indicates an interal error",1,null],[13,"MissingStackTop","","The stack top is missing, indicating that something popped the top",1,null],[13,"MultipleTopNodes","","There is more than one top node after parsing the input. Unterminated tables.",1,null],[13,"TopNodeIsArray","","If the top node of the stack is an array, this indicates that there's an\nunterminated array",1,null],[13,"OverwritingKey","","The key at this line is already present in the parent table",1,null],[13,"WrongClosingDelimiterExpectedArray","","Got a } but expected a ]",1,null],[13,"WrongClosingDelimiterExpectedTable","","Got a ] but expected a }",1,null],[6,"Array","","Vec of Acon values",null,null],[6,"Table","","`BTreeMap` of strings mapped to Acon",null,null],[11,"fmt","","",0,null],[11,"clone","","",0,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"array","","Assert that this value is an array, else panic",0,null],[11,"string","","Assert that this value is a string, else panic",0,null],[11,"table","","Assert that this value is a table, else panic",0,null],[11,"path","","Retrieve a reference to an entry via its path\nPaths are dot-separated.",0,null],[11,"path_mut","","Retrieve a mutable reference to an entry via its path.\nPaths are dot-separated.",0,null],[11,"get","","Retrieve a reference to an entry",0,null],[11,"get_mut","","Retrieve a mutable reference to an entry",0,null],[11,"fmt","","",1,null],[11,"clone","","",1,null],[11,"eq","","",1,null],[11,"ne","","",1,null],[11,"fmt","","",0,null],[11,"from_str","","Parse a string into an Acon value",0,{"inputs":[{"name":"str"}],"output":{"name":"result"}}]],"paths":[[4,"Acon"],[4,"AconError"]]}; initSearch(searchIndex);