ocaml-interop 0.4.2

Utilities for Rust and OCaml interoperability
Documentation
1
2
3
4
5
6
7
8
9
10
.PHONY: test-all test-examples

test-all:
	cargo test
	cd testing/rust-caller; cargo test
	cd testing/ocaml-caller; opam exec -- dune test -f

test-examples:
	cd testing/rust-caller; cargo test
	cd testing/ocaml-caller; opam exec -- dune test -f