tizoc / ocaml-interop

OCaml<->Rust FFI with an emphasis on safety.
MIT License
135 stars 22 forks source link

Closure values #44

Closed tizoc closed 1 year ago

tizoc commented 2 years ago

Support for calling OCaml closures that are obtained as passed values (and not through the Callback API).