package iostream

  1. Overview
  2. Docs
Generic, composable IO input and output streams

Install

dune-project
 Dependency

Authors

Maintainers

Sources

iostream-0.2.1.tbz
sha256=09cd438f755d46bf10e986be0d3dd2ab243b1f5455c3c7410dcde8de521615a9
sha512=c5f4c251ba33386dd027d2cf340268d14fdbcd3119be6bac3586fd9ad1e9f90992ef12e8fd9fbf2442c6747560d84fd2461656ea639f818e53d0b08e82dd8e9a

doc/iostream/Iostream/index.html

Module IostreamSource

I/O streams.

This module defines generic I/O streams. They can be user-defined and can be composed from other streams.

Sourcemodule In : sig ... end

Input stream.

Sourcemodule In_buf : sig ... end

Buffered input stream.

Sourcemodule Out : sig ... end

Output stream.

Sourcemodule Out_buf : sig ... end

Buffered output stream.

Sourcemodule Slice : sig ... end

Byte slice or buffer.

Sourcemodule Seekable : sig ... end

An object we can seek in.