Skip to content

unipept/unipept-index

Repository files navigation

Unipept Index

Codecov

The unipept index written entirely in Rust. This repository consists of multiple different Rust projects that depend on each other. More information about each project can be found in their respective README.md file.

Installation

Note

To build and use the Unipept Index, you need to have Rust installed. If you don't have Rust installed, you can get it from rust-lang.org.

Clone this repository by executing the following command:

git clone https://github.com/unipept/unipept-index.git

Next, build everything by executing the following command in the root of the repository.

cargo build --release