@hackage / primitive-foreign

using the `Prim` interface for the FFI

Latest0.1.1

About

Metadata

  • Last updated , by chessai
  • License BSD-3-Clause
  • Maintained by: chessai <chessai1996@gmail.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.6.5
  2. 8.4.4
  3. 8.2.2

Readme

primitive-foreign

Hackage BSD3 license Build Status

The goal of this library is to make it possible to avoid the duplicated code between Storable and Prim APIs when one is working mostly with the primitive or contiguous APIs, by using the Prim interface to facilitate marshalling of values in memory.