blob: c3672c5527013af71fea50f449fd2513fa73e335 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"enum":[["Endianness","Defines little-endian serialization."]],"fn":[["deserialize_vint_u128","Deserializes a u128 number"],["f64_to_u64","Maps a `f64` to `u64`"],["i64_to_u64","Maps a `i64` to `u64`"],["intersect_bitsets",""],["read_u32_vint","Reads a vint `u32` from a buffer, and consumes its payload data."],["read_u32_vint_no_advance",""],["serialize_vint_u128","Variable int serializes a u128 number"],["serialize_vint_u32",""],["u64_to_f64","Reverse the mapping given by [`f64_to_u64()`]."],["u64_to_i64","Reverse the mapping given by [`i64_to_u64()`]."],["write_u32_vint","Write a `u32` as a vint payload."]],"struct":[["AntiCallToken","Struct used to prevent from calling `terminate_ref` directly"],["BitSet",""],["CountingWriter",""],["ReadOnlyBitSet","Serialized BitSet."],["TinySet",""],["TinySetIterator",""],["VInt","Wrapper over a `u64` that serializes as a variable int."],["VIntU128","Wrapper over a `u128` that serializes as a variable int."]],"trait":[["BinarySerializable","Trait for a simple binary serialization."],["DeserializeFrom",""],["FixedSize","`FixedSize` marks a `BinarySerializable` as always serializing to the same size."],["HasLen","Has length trait"],["TerminatingWrite","Trait used to indicate when no more write need to be done on a writer"]]};