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.beta3.tbz
sha256=96eda206d7eacfb921d5a6bb459254d7f8c507bbc11aa27f1544fb5c73e204c7
sha512=97cf49978fc18946eef5579b004907b2f2a58dc2452446476545385b388eb04bde072020b7a55900be02405f71bebbc919a6039caf636f221167a5d9335ffcce

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.