Module io

Module io 

Source
Expand description

Input/output domain.

Re-exports§

pub use fs::buffer_from_json;
pub use fs::buffer_from_string;
pub use fs::create_memory_buffer;
pub use fs::head;
pub use fs::list_objects;
pub use fs::open_uri;
pub use fs::read_all;
pub use fs::read_json;
pub use fs::read_range;
pub use fs::read_to_string;
pub use fs::VfsBuffer;
pub use fs::VfsObjectMeta;
pub use stream::memory_buffer;
pub use stream::open_file;
pub use stream::BufferExt;
pub use stream::StreamBuffer;

Modules§

fs
Host-side VFS helpers.
stream
Host-side stream I/O helpers (Buffer).