package fluxt

  1. Overview
  2. Docs
Extensions of flux to provide basic streams (compression, hash, format)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

flux-0.0.1.beta4.tbz
sha256=d0b82b8ba551d37d455472bcefd4f12ec5738d8cfae1631a3816815193afbdc6
sha512=dd4b7138409a0dd465a9b39225b8986a70c526647a88f217647737127fd04d3ad7704a37c212f22c76d0cc3065a89dba839b83342089f1bf062cf08e5a60d1ab

doc/fluxt.angstrom/Flux_angstrom/index.html

Module Flux_angstromSource

Sourceval parser : 'a Angstrom.t -> (string, ('a, string option) result) Flux.sink

parser p makes a Flux.sink that consumes bytes to parse them according to p and return the result or an error.