Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/potatomaster101/aoc-rs
- Owner: PotatoMaster101
- License: mit
- Created: 2024-11-27T13:37:22.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T14:28:45.000Z (about 2 months ago)
- Last Synced: 2024-11-27T14:36:03.076Z (about 2 months ago)
- Topics: advent-of-code, rust-lang
- Language: Rust
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```