Skip to content
/ bio-rs Public

This repository serves as a workspace for learning Rust.

Notifications You must be signed in to change notification settings

tneely/bio-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bio-rs

This repository serves as a workspace for learning Rust.

It was originally created to follow along with UW's Genome 540 Introduction to Computational Molecular Biology: Genome and Protein Sequence Analysis course, but has recently been co-opted for Advent of Code.

Usage

To run a specific homework assignment, run:

cargo run -- --hw=0

For an advent of code day, run:

cargo run -- --aoc=1

Alternatively, you can build the project and run the binary directly:

cargo build
./target/debug/bio-rs --hw=0

If you want to run an optimized build, use the --release flag and run from ./target/release/bio-rs.

Development

To add a new package, you can run:

cargo add <<package-name>>

About

This repository serves as a workspace for learning Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages