wasmer/rustdoc/serde_bytes/sidebar-items.js
2019-09-06 15:57:44 -07:00

1 line
546 B
JavaScript

initSidebarItems({"fn":[["deserialize","Serde `deserialize_with` function to deserialize bytes efficiently."],["serialize","Serde `serialize_with` function to serialize bytes efficiently."]],"struct":[["ByteBuf","Wrapper around `Vec<u8>` to serialize and deserialize efficiently."],["Bytes","Wrapper around `&[u8]` to serialize and deserialize efficiently."]],"trait":[["Deserialize","Types that can be deserialized via `#[serde(with = \"serde_bytes\")]`."],["Serialize","Types that can be serialized via `#[serde(with = \"serde_bytes\")]`."]]});