This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/rustdoc/bincode/config/sidebar-items.js

1 line
1.4 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

initSidebarItems({"struct":[["AllowTrailing","A TrailingBytes config that will allow trailing bytes in slices after deserialization."],["BigEndian","Big-endian byte ordering."],["Bounded","A SizeLimit that restricts serialized or deserialized messages from exceeding a certain byte length."],["Config","A configuration builder whose options Bincode will use while serializing and deserializing."],["DefaultOptions","The default options for bincode serialization/deserialization."],["FixintEncoding","Fixed-size integer encoding."],["Infinite","A SizeLimit without a limit! Use this if you dont care about the size of encoded or decoded messages."],["LittleEndian","Little-endian byte ordering."],["NativeEndian","The native byte ordering of the current system."],["RejectTrailing","A TrailingBytes config that will cause bincode to produce an error if bytes are left over in the slice when deserialization is complete."],["VarintEncoding","Variable-size integer encoding (excepting [ui]8)."],["WithOtherEndian","A configuration struct with a user-specified endian order"],["WithOtherIntEncoding","A configuration struct with a user-specified length encoding"],["WithOtherLimit","A configuration struct with a user-specified byte limit"],["WithOtherTrailing","A configuration struct with a user-specified trailing bytes behavior."]],"trait":[["Options","A configuration builder trait whose options Bincode will use while serializing and deserializing."]]});