Crate curryrs [] [src]

Curryrs is a library made for bridging the gap between Rust and Haskell making it easy to use code in from either language in the other.

Modules

convert

Methods to convert to or from FFI types that don't have an easy one to one conversion

macros

Macros used to make binding code easier

types

Contains Type Equivalency for Haskell Types

Macros

safe_ffi

All functions with this will have a safe import in Haskell

unsafe_ffi

All functions with this will have an unsafe import in Haskell