Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thealgorythm/adventofcode-rs
The https://adventofcode.com in idiomatic declarative Rust
https://github.com/thealgorythm/adventofcode-rs
advent-of-code advent-of-code-2020 adventofcode idiomatic idiomatic-rust rust rust-lang
Last synced: 26 days ago
JSON representation
The https://adventofcode.com in idiomatic declarative Rust
- Host: GitHub
- URL: https://github.com/thealgorythm/adventofcode-rs
- Owner: TheAlgorythm
- Created: 2020-12-02T12:05:57.000Z (almost 4 years ago)
- Default Branch: MAIN
- Last Pushed: 2022-02-23T14:09:12.000Z (over 2 years ago)
- Last Synced: 2023-08-31T08:47:24.558Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2020, adventofcode, idiomatic, idiomatic-rust, rust, rust-lang
- Language: Rust
- Homepage: https://zschoen.dev/blog/what-ive-learned-from-advent-of-code-2020/
- Size: 189 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode-rs
The [Advent of Code](https://adventofcode.com) in idiomatic declarative Rust (this is at least the goal) using only the std-library.
There is a [blog article](https://zschoen.dev/blog/what-ive-learned-from-advent-of-code-2020/) regarding the learned.