ocaml-derive 0.22.0

OCaml procedural macros
Documentation

ocaml-derive

Provides ocaml_func, ocaml_bare_func, derive(IntoValue) and derive(FromValue)

  • src/lib.rs contains definitions ocaml_func and ocaml_bare_func
  • src/derive.rs is forked from rust-ocaml-derive to remain in parity with ocaml-rs