@hackage primitive-foreign0.1.1

using the `Prim` interface for the FFI

This library provides an alternative to the Storable interface, using the Prim typeclass. The goal 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.