Skip to content

PardusEidolon/irmin-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

irmin-rs

irmin bindings for Rust

Documentation

This crate enables you to call directly into irmin from your Rust application and can be used to open an existing irmin store from Rust that may have been created by an application written in OCaml.

Building

After installing libirmin using opam, you can run:

$ cargo build

And the build script should be able to find the location of the libirmin library and header files.

If libirmin.so and irmin.h were not installed using opam and they're not in ~/.local or /usr/local, then you can specify where to look for them using the LIBIRMIN_PREFIX env variable.

Testing

Tests must be executed using a single thread:

$ cargo test -- --test-threads=1

or

$ make test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.8%
  • Makefile 0.2%