# distAAnce ![GitHub release (latest by date)](https://img.shields.io/github/v/release/CogDisResLab/distAAnce) ![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/CogDisResLab/distAAnce) [![Continuous integration](https://github.com/CogDisResLab/distAAnce/actions/workflows/ci.yaml/badge.svg?branch=main&event=push)](https://github.com/CogDisResLab/distAAnce/actions/workflows/ci.yaml) [![Contribute with Gitpod](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod)](https://gitpod.io/#CogDisResLab/distAAnce) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#CogDisResLab/distAAnce) This project aims to develop a small cross-platform command line interface (CLI) for quickly calculating protein abundance using the Pierce BCA Protein Assay. The CLI is written in Rust and is available for Windows, macOS, and Linux. ## Builds | Platform | Rust Version |Status | | -------- | ------ | ------ | | Linux | stable
beta
nightly
MSRV (1.64.0) | ![Ubuntu x Stable Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/ubuntu-stable.json)
![Ubuntu x Beta Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/ubuntu-beta.json)
![Ubuntu x Nightly Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/ubuntu-nightly.json)
![Ubuntu x MSRV Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/ubuntu-msrv.json) | | Windows | stable
beta
nightly
MSRV (1.64.0) | ![macos x Stable Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/windows-stable.json)
![macos x Beta Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/windows-beta.json)
![macos x Nightly Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/windows-nightly.json)
![macos x MSRV Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/windows-msrv.json) | | macOS | stable
beta
nightly
MSRV (1.64.0) | ![Windows x Stable Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/macos-stable.json)
![Windows x Beta Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/macos-beta.json)
![Windows x Nightly Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/macos-nightly.json)
![Windows x MSRV Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/macos-msrv.json) | ## Current Status As of the start of this project, my first aim is to develop the capability to analyze the standardized output from the software and equipment used in the [Cognitive Disorders Research Lab](https://www.cdrl-ut.org/). This is a work in progress and I will update this section as I make progress.