package shuttle_http

  1. Overview
  2. Docs

Source file slice.ml

1
2
3
4
5
6
7
8
open Core

type t =
  { buf : Bigstring.t
  ; pos : int
  ; len : int
  }
[@@deriving sexp_of]