fresco-binding-0.3.0: Fresco binding for Haskell

Safe HaskellNone
LanguageHaskell98

Fresco.System

Description

Helper functions for binding ffi, encoding, decoding via messagepack

Documentation

type MsgFn = Ptr () -> Ptr CChar -> Word32 -> IO () Source #

type EntityReadIdFunction = Ptr () -> Ptr () -> FunPtr MsgFn -> IO () Source #

type CStringCLen i = (CString, i) Source #