/ocaml-vec

Example OCaml library written using Rust and ocaml-rs

Primary LanguageRustISC LicenseISC

ocaml-vec

An ocaml-rs wrapper around the Rust Vec type for use in OCaml

Building

make

to run the tests:

make test

or to build manually:

cargo build
jbuilder build
jbuilder runtest

Installation

opam pin add vec .

API

See src/vec.mli