ocaml-vec icon indicating copy to clipboard operation
ocaml-vec copied to clipboard

Example OCaml library written using Rust and ocaml-rs

ocaml-vec

A generic Vec for OCaml written in Rust using ocaml-rs

Building

$ dune build

to run the tests:

$ dune runtest

Installation

$ dune build @install
$ dune install

API

See src/vec.mli