var searchIndex = {}; searchIndex["phf_codegen"] = {"doc":"A set of builders to generate Rust source for PHF data structures at\ncompile time.","items":[[3,"Map","phf_codegen","A builder for the `phf::Map` type.",null,null],[3,"Set","","A builder for the `phf::Set` type.",null,null],[3,"OrderedMap","","A builder for the `phf::OrderedMap` type.",null,null],[3,"OrderedSet","","A builder for the `phf::OrderedSet` type.",null,null],[11,"new","","Creates a new `phf::Map` builder.",0,{"inputs":[],"output":{"name":"map"}}],[11,"entry","","Adds an entry to the builder.",0,null],[11,"build","","Constructs a `phf::Map`, outputting Rust source to the provided writer.",0,null],[11,"new","","Constructs a new `phf::Set` builder.",1,{"inputs":[],"output":{"name":"set"}}],[11,"entry","","Adds an entry to the builder.",1,null],[11,"build","","Constructs a `phf::Set`, outputting Rust source to the provided writer.",1,null],[11,"new","","Constructs a enw `phf::OrderedMap` builder.",2,{"inputs":[],"output":{"name":"orderedmap"}}],[11,"entry","","Adds an entry to the builder.",2,null],[11,"build","","Constructs a `phf::OrderedMap`, outputting Rust source to the provided\nwriter.",2,null],[11,"new","","Constructs a new `phf::OrderedSet` builder.",3,{"inputs":[],"output":{"name":"orderedset"}}],[11,"entry","","Adds an entry to the builder.",3,null],[11,"build","","Constructs a `phf::OrderedSet`, outputting Rust source to the provided\nwriter.",3,null]],"paths":[[3,"Map"],[3,"Set"],[3,"OrderedMap"],[3,"OrderedSet"]]}; initSearch(searchIndex);