seqrepo 0.2.0

Port of (read-only) functionality of biocommons/seqrepo to Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[![CI](https://github.com/bihealth/seqrepo-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/bihealth/seqrepo-rs/actions/workflows/rust.yml)
[![codecov](https://codecov.io/gh/bihealth/seqrepo-rs/branch/main/graph/badge.svg?token=aZchhLWdzt)](https://codecov.io/gh/bihealth/seqrepo-rs)

# seqrepo-rs

This is a port of [biocommons/seqrepo](https://github.com/biocommons/seqrepo) to the Rust programming language.

At the moment, only read access has been implemented.
For downloading etc., you will have to use the Python package.

## Features

You can use the following features:

- `full` -- all features
- `tracing` -- do tracing logging via `tracing`
- `cli` -- a simple command line interface