Skip to main content

Module io

Module io 

Source
Expand description

Utilities to acquire streams and data from from URLs.

Structs§

BinaryData

Enums§

IoError

Functions§

acquire_data
Reads the entire contents pointed by an URL. The url can be a data: URL or a plain URI.
acquire_stream
Creates a stream for reading. The url can be a data: URL or a plain URI.
decode_data_uri 🔒