Crates.io | rge |
lib.rs | rge |
version | 0.2.0 |
source | src |
created_at | 2022-10-10 03:09:32.196075 |
updated_at | 2022-10-11 16:39:25.833096 |
description | Reference genome explorer |
homepage | |
repository | |
max_upload_size | |
id | 684328 |
size | 47,942 |
Reference genome explorer command-line tool.
Request Feature
·
Report Bug
·
⭐ Consider starring the repo! ⭐
To install the latest released version, you can simply use cargo
.
cargo install rge
To install the latest version on main
, you can use the following command.
cargo install --locked --git https://github.com/claymcleod/rge.git
To bootstrap a development environment, please use the following commands.
# Clone the repository
git clone git@github.com:claymcleod/rge.git
cd rge
# Run the command line tool using cargo.
cargo run -- -h
# Run the project's tests.
cargo test
# Ensure the project doesn't have any linting warnirge.
cargo clippy
# Ensure the project passes `cargo fmt`.
cargo fmt --check
The minimum supported Rust version for this project is 1.64.0.
Contributions, issues and feature requests are welcome! Feel free to check issues page.
Copyright © 2021-Present Clay McLeod. This project is MIT or Apache 2.0 licensed at your discretion.