Crate loading_bytes

Source
Expand description

Abstraction over loading bytes on WASM or other.

Enums§

LoadingBytesError
Enumeration of all errors this library may result in.

Functions§

load
Load the file at the given url fragment or path and return it as a vector of bytes, if possible.