Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hasufell/streamly-posix

Posix related streaming APIs (such as file reading/writing)
https://github.com/hasufell/streamly-posix

haskell posix streaming

Last synced: 23 days ago
JSON representation

Posix related streaming APIs (such as file reading/writing)

Awesome Lists containing this project

README

        

# streamly-posix

[![Build Status](https://api.travis-ci.org/hasufell/streamly-posix.png?branch=master)](http://travis-ci.org/hasufell/streamly-posix)

POSIX related streaming APIs.

## Motivation

Since upstream wants to stay cross-platform, this library provides
strictly POSIX only API.

## TODO

* [ ] Fd based streaming (some is in internal modules of streamly)