shinzui / ocaml-vec

Example OCaml library written using Rust and ocaml-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example OCaml library written using Rust and ocaml-rs

License:ISC License


Languages

Language:Rust 54.3%Language:OCaml 41.6%Language:Makefile 4.1%