var searchIndex = {}; searchIndex["huffman"] = {"doc":"Huffman is a library to decode huffman-encoded data.","items":[[3,"Tree","huffman","A huffman tree.",null,null],[12,"left","","",0,null],[12,"right","","",0,null],[12,"value","","",0,null],[5,"decode","","Decode the huffman-encoded `input` using the Huffman `tree`.\nThe decoding ends when `decompressed_size` is reached.",null,null],[5,"decode_with_offset","","Decode the huffman-encoded `input` using the Huffman `tree`.\nThe decoding starts at input + `offset`, where `offset` is the number bits to skip (number between\n0 and 8).\nThe decoding ends when `decompressed_size` is reached.",null,null],[11,"default","","",0,{"inputs":[],"output":{"name":"tree"}}],[11,"new","","",0,{"inputs":[],"output":{"name":"self"}}],[11,"new_with_value","","",0,{"inputs":[{"name":"u8"}],"output":{"name":"self"}}]],"paths":[[3,"Tree"]]}; initSearch(searchIndex);