Skip to main content

Crate rong_encoding

Crate rong_encoding 

Source

Structs§

TextDecoder
TextEncoder
Implementation of the JavaScript TextEncoder interface. Encodes strings into UTF-8 byte sequences. Currently supports only UTF-8 encoding.

Functions§

atob
Decodes a string of data which has been encoded using base-64 encoding
btoa
Creates a base-64 ASCII encoded string from the input string
init