Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nxy7/invariant-task
https://github.com/nxy7/invariant-task
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nxy7/invariant-task
- Owner: nxy7
- Created: 2024-02-26T10:47:34.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-27T15:56:19.000Z (11 months ago)
- Last Synced: 2024-12-23T00:54:42.079Z (17 days ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```