Skip to content

haskell-primitive/primitive-foreign

Repository files navigation

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.