ocaml-derive 1.0.0

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

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

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