package reparse-unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

create fd creates a Reparse.Parser.input instance from fd.

Examples

let fd = Unix.openfile "hello.txt" [Unix.O_RDWR; Unix.O_CREAT] 0o640 in
let file_input = Reparse_unix.File_input.create fd
OCaml

Innovation. Community. Security.