Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nxy7/invariant-task


https://github.com/nxy7/invariant-task

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Invariant Recruitment Task 1. Programing, math, problem solving

## Prerequisites
`rust tool chain` installed or `Nix` installed

## How to run tests with Nix
This repository is using Nix to provide development shell with exact rustc/cargo/nextest versions pinned
in flake lockfile. Because of this all tests are fully reproducible and can be ran using the following command

```bash
nix develop . -c bash -c "cargo nextest r"
```