fresco-binding-0.1.0: Fresco binding for Haskell

Safe HaskellNone
LanguageHaskell98

Fresco.System

Description

Helper functions for binding ffi, encoding, decoding via messagepack

Documentation

type EntitySetFunction = Ptr CChar -> Word32 -> Ptr () -> IO () Source

type EntityGetDataFunction = Ptr () -> Word64 -> Ptr (Ptr ()) -> IO () Source

type CStringCLen i = (CString, i) Source

entityGetData :: Ptr () -> Word64 -> IO (Ptr ()) Source