var searchIndex = {}; searchIndex["byte_io"] = {"doc":"byte-io: a simple crate for read/write numbers to/from binary.","items":[[5,"write_be","byte_io","write a number to stream as big-endian.",null,null],[5,"read_be","","read a number from stream as big-endian.",null,null],[5,"write_le","","write a number to stream as little-endian.",null,null],[5,"read_le","","read a number from stream as big-endian.",null,null],[8,"Readable","","Any type implementing Readable can be decoded from binary.",null,null],[10,"from_u8_be","","",0,null],[10,"from_u8_le","","",0,null],[8,"Writeable","","Any type implementing Writeable can be encoded from binary.",null,null],[10,"to_u8_be","","",1,null],[10,"to_u8_le","","",1,null]],"paths":[[8,"Readable"],[8,"Writeable"]]}; initSearch(searchIndex);