package faraday

  1. Overview
  2. Docs
A library for writing fast and memory-efficient serializers.

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.0.tar.gz
md5=f5493327d8a491ba3b9a6fbed9d1b561

Description

Faraday is a library for writing fast and memory-efficient serializers. Its core type and related operation gives the user fine-grained control over copying and allocation behavior while serializing user-defined types, and presents the output in a form that makes it possible to use vectorized write operations, such as the writev system call, or any other platform or application-specific output APIs.

Published: 25 Jun 2017

Dependencies (4)

  1. ocplib-endian >= "0.8"
  2. ocamlbuild build
  3. ocamlfind build
  4. ocaml >= "4.02.0" & < "5.0"

Dev Dependencies (1)

  1. alcotest with-test & >= "0.4.1" & < "0.8.0"

Used by (9)

  1. farfadet < "0.2"
  2. gluten >= "0.2.1" & < "0.4.0"
  3. h2-mirage = "0.2.0"
  4. hpack < "0.10.0"
  5. jsonaf
  6. pb
  7. pb-plugin
  8. ssh-agent-unix
  9. vcaml

Conflicts (1)

  1. async >= "v0.10.0"