opentools 0.1.0

A rust toolbox that process OpenST chip data
Documentation
# OpenTools

High-performance bioinformatics tools implemented in Rust.

## Features

- 🚀 Blazing fast sequence processing
- 📦 Single-command installation
- 🐧 Cross-platform support (macOS & Linux)
- 🔬 Integrated with popular bioinformatics tools

## Installation

Choose your preferred method:

```bash
# We recommand compiling locally
# If hasn't installed rust, please run command below
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

cargo run
```