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

1 line
433 B
JavaScript

initSidebarItems({"enum":[["FromHexError","The error type for decoding a hex string into `Vec<u8>` or `[u8; N]`."]],"fn":[["decode","Decodes a hex string into raw bytes."],["encode","Encodes `data` as hex string using lowercase characters."],["encode_upper","Encodes `data` as hex string using uppercase characters."]],"trait":[["FromHex","Types that can be decoded from a hex string."],["ToHex","Encoding values as hex string."]]});