Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/c-cube/ocaml-iostream

generic I/O streams of bytes
https://github.com/c-cube/ocaml-iostream

channel io iostream ocaml

Last synced: 3 months ago
JSON representation

generic I/O streams of bytes

Awesome Lists containing this project

README

        

# Iostream

[![Build and Test](https://github.com/c-cube/ocaml-iostream/actions/workflows/main.yml/badge.svg)](https://github.com/c-cube/ocaml-iostream/actions/workflows/main.yml)

This library defines _generic_ I/O streams of bytes. The streams should be
composable, user-definable, and agnostic to the underlying I/O mechanism; with
OCaml 5 it means that they might be backed by an effect-based scheduler.

The goal is to provide a reasonable interoperability layer that multiple libraries and applications
in the OCaml ecosystem can rely on, while providing the modularity that standard IO channels lack.
Modern statically typed languages like Go and Rust provide this layer in their stdlib and their whole
ecosystem can build on it.

## Documentation

https://c-cube.github.io/ocaml-iostream/

## License

MIT license.