Functionsยง
- chunked_
encode ๐ - Encodes data using the provided encoding, transparently chunking to work around
data-encodingโsencode_lenlength 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