Skip to main content

Module chunked

Module chunked 

Source

Functionsยง

chunked_encode ๐Ÿ”’
Encodes data using the provided encoding, transparently chunking to work around data-encodingโ€™s encode_len length assertion (len <= usize::MAX / 512, ~8 MB on 32-bit targets like wasm32). On 64-bit targets the limit is effectively infinite so all input fits in a single chunk.
chunked_encode_with_limit ๐Ÿ”’