https://github.com/potatomaster101/aoc-rs
Rust utility library for playing with Advent of Code
https://github.com/potatomaster101/aoc-rs
advent-of-code rust-lang
Last synced: 4 months ago
JSON representation
Rust 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T08:04:30.000Z (7 months ago)
- Last Synced: 2024-12-20T08:32:21.139Z (7 months ago)
- Topics: advent-of-code, rust-lang
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](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
```