docs.rs failed to build rong_encoding-0.3.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
rong_encoding-0.1.1
rong_encoding
Implements the Web Encoding API for text encoding and decoding.
JS APIs
TextEncoder— encodes strings to UTF-8Uint8Arrayencode(input)— encode a stringencodeInto(input, destination)— encode into an existing buffer
TextDecoder— decodes byte sequences to stringsnew TextDecoder(label?, options?)— create a decoder for a given encodingdecode(input?, options?)— decode bytes to a string