Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/potatomaster101/aoc-rs

Rust `no_std` utility library for playing with Advent of Code
https://github.com/potatomaster101/aoc-rs

advent-of-code rust-lang

Last synced: about 2 months ago
JSON representation

Rust `no_std` utility library for playing with Advent of Code

Awesome Lists containing this project

README

        

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![CI](https://github.com/PotatoMaster101/aoc-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/PotatoMaster101/aoc-rs/actions/workflows/rust.yml)

# AOC-RS
Rust utility library for playing with [Advent of Code](https://adventofcode.com/).

Set `default-features = false` for `no_std`.

## Building
```
cargo build --release
```

## Testing
```
cargo test --release
```