A library for writing fast and memory-efficient serializers.

Install

Authors

Maintainers

Sources

0.7.0.tar.gz
md5=d37a5f1663570f9c75f0b4b4cdb7ec9c

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: 09 Feb 2019

Dependencies (3)

  1. bigstringaf
  2. jbuilder >= "1.0+beta10"
  3. ocaml >= "4.02.0"

Dev Dependencies (1)

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

Used by (17)

  1. dream < "1.0.0~alpha3"
  2. dream-httpaf
  3. faraday-async >= "0.5.0"
  4. faraday-lwt >= "0.5.0"
  5. farfadet >= "0.3"
  6. gluten >= "0.2.1" & < "0.4.0"
  7. h2 < "0.10.0"
  8. h2-mirage = "0.2.0"
  9. hpack < "0.10.0"
  10. httpaf
  11. jsonaf
  12. pb
  13. pb-plugin
  14. ssh-agent >= "0.2.0"
  15. ssh-agent-unix
  16. vcaml
  17. websocketaf

Conflicts

    None