Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 639 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 639 Bytes

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.