ocaml-derive 0.16.0

OCaml procedural macros
Documentation
1
2
3
4
5
6
# ocaml-derive

Provides `ocaml_func`, `ocaml_bare_func`, `derive(ToValue)` and `derive(FromValue)`

- `src/lib.rs` contains definitions `ocaml_func` and `ocaml_bare_func`
- `src/derive.rs` is forked from [rust-ocaml-derive]https://github.com/rust-ocaml-derive to remain in parity with `ocaml-rs`