Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 795 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 795 Bytes

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