packages feed

binary-io-0.2.0: ChangeLog.md

# binary-io

## 0.2.0

* Add newPipe function that can create a connected Reader and Writer
* Make Reader more resilient against exceptions that may happen in the provided Get operation

## 0.1.1

* Add functions to create a Reader, Writer or Duplex without a Handle

## 0.1.0

* Remove continuation parameter to 'runGet' and 'readWith'

## 0.0.1

* Inception