crates.io "advent-of-code" keyword
View the packages on the crates.io package registry that are tagged with the "advent-of-code" keyword.
aoc-zen-runner-macros 0.1.9
Macros for aoc-zen-runner.10 versions - Latest release: 10 months ago - 12.4 thousand downloads total - 0 stars on GitHub - 1 maintainer
aoc_api 3.0.1
a simple Advent of Code API8 versions - Latest release: about 1 month ago - 5.98 thousand downloads total - 0 stars on GitHub - 1 maintainer
aoc_leaderboard 0.2.0
Strongly-typed wrapper for Advent of Code leaderboard data2 versions - Latest release: 8 months ago - 1.69 thousand downloads total - 0 stars on GitHub - 1 maintainer
aoc_leaderbot_lib 0.2.0
Support library for aoc_leaderbot, an Advent of Code leaderboard-watching bot1 version - Latest release: 8 months ago - 850 downloads total - 0 stars on GitHub - 1 maintainer
eyes 1.3.0
Parse and convert strings using human-readable templates.8 versions - Latest release: over 2 years ago - 1 dependent repositories - 10.3 thousand downloads total - 0 stars on git.palmoe.dk - 1 maintainer
rustgym 0.2.0 💰
rustgym solutions9 versions - Latest release: almost 5 years ago - 1 dependent repositories - 12.9 thousand downloads total - 922 stars on GitHub - 1 maintainer
advent_of_code_traits 0.2.0
Minimal, flexible framework for implementing solutions to Advent of Code in Rusts3 versions - Latest release: over 3 years ago - 1 dependent repositories - 5.28 thousand downloads total - 9 stars on GitHub - 1 maintainer
then 0.1.0
bool::then functions but named properly2 versions - Latest release: over 2 years ago - 3.26 thousand downloads total - 20 stars on GitHub - 1 maintainer
aoc-parse 0.2.18
A little library for parsing your Advent of Code puzzle input18 versions - Latest release: almost 2 years ago - 2 dependent repositories - 27.1 thousand downloads total - 2 stars on GitHub - 1 maintainer
codetrotter_aoc_2019_solutions 0.9.0
Advent of Code 2019 Solutions4 versions - Latest release: over 5 years ago - 5.58 thousand downloads total - 1 maintainer
adventurous 0.3.0
A companion crate for solving Advent of Code puzzles.6 versions - Latest release: almost 2 years ago - 9.03 thousand downloads total - 2 stars on GitHub - 1 maintainer
aoc2023 0.1.0
Solutions to Advent of Code 20231 version - Latest release: almost 2 years ago - 1.62 thousand downloads total - 12 stars on GitHub - 1 maintainer
aoc-auto 0.2.0
Automatically imports your solutions to Advent of Code challenges for easy running.2 versions - Latest release: 4 months ago - 2.2 thousand downloads total - 1 stars on GitHub - 1 maintainer
svgplot 2024.21.0 💰
Utilities for SVG generation51 versions - Latest release: 9 months ago - 1 dependent package - 45.2 thousand downloads total - 49 stars on GitHub - 1 maintainer
advent-of-code 2024.21.0 💰
Solutions to Advent of Code509 versions - Latest release: 9 months ago - 1 dependent repositories - 520 thousand downloads total - 49 stars on GitHub - 1 maintainer
aoc-cache 0.2.2
A way of caching your input from the great and popular Advent of Code8 versions - Latest release: almost 2 years ago - 1 dependent repositories - 10.8 thousand downloads total - 2 stars on GitHub - 1 maintainer
snafu-numbers 0.1.1
Special Numeral-Analogue Fuel Units2 versions - Latest release: about 2 years ago - 2.53 thousand downloads total - 0 stars on GitHub - 1 maintainer
advent-ocr 0.1.5
Converts ASCII-art representations of letters generated by Advent of Code puzzles into a String c...6 versions - Latest release: 8 months ago - 5.47 thousand downloads total - 0 stars on GitHub - 1 maintainer
aocmd-dl 0.1.0
A command line tool for downloading Advent of Code puzzle text as Markdown.1 version - Latest release: almost 2 years ago - 1.56 thousand downloads total - 0 stars on GitHub - 1 maintainer
intcodeint 0.2.0
An intcode interpreter for Advent of Code 20193 versions - Latest release: almost 6 years ago - 4.34 thousand downloads total - 1 stars on GitHub - 1 maintainer
advent_of_code_rs 💰
Solutions to Advent of Code 2019 written in Rust17 versions - Latest release: 15 days ago - 21.7 thousand downloads total - 50 stars on GitHub - 1 maintainer
audit-cli 0.1.4
A tool to validate Advent of Code solutions5 versions - Latest release: 10 months ago - 4.05 thousand downloads total - 1 stars on GitHub - 1 maintainer
lib_aoc 0.8.0
A simple trait-based framework for the annual Advent of Code programming challenge.8 versions - Latest release: almost 2 years ago - 1 dependent repositories - 9.09 thousand downloads total - 2 stars on GitHub - 1 maintainer
aoc-utils 0.5.0
A minimal set of utils for writing Advent of Code solutions10 versions - Latest release: about 2 years ago - 1 dependent repositories - 13.8 thousand downloads total - 0 stars on GitHub - 1 maintainer
yaah 0.2.2 💰
YAAH – Yet Another AOC Helper3 versions - Latest release: almost 3 years ago - 4.29 thousand downloads total - 2 stars on GitHub - 1 maintainer
aocli 0.0.9
Advent of Code helper CLI9 versions - Latest release: almost 2 years ago - 11.6 thousand downloads total - 6 stars on GitHub - 2 maintainers
rdcl_aoc_helpers 0.10.0
Helpers for Advent of Code32 versions - Latest release: almost 3 years ago - 1 dependent repositories - 37.4 thousand downloads total - 3 stars on GitHub - 1 maintainer
aoc-puzzle-desc-md 0.10.0
AoC'19 Puzzle Description HTML <article> Fragment to Markdown Converter5 versions - Latest release: almost 2 years ago - 7.48 thousand downloads total - 1 maintainer
arrive 0.4.0
A simple CLI tool for interacting with Advent of Code10 versions - Latest release: 10 months ago - 11.9 thousand downloads total - 4 stars on GitHub - 1 maintainer
aoc-lib 1.0.3
A library that lets you focus on problem-solving rather than boilerplate when doing Advent of Code10 versions - Latest release: almost 3 years ago - 13.5 thousand downloads total - 0 stars on GitHub - 1 maintainer
enontekio 0.5.0
Utilities to solve problems with data extraction and manipulation, like Advent of Code puzzles.8 versions - Latest release: 10 months ago - 8.15 thousand downloads total - 0 stars on GitHub - 1 maintainer
cargo-aoc-zen-runner 0.3.8
An Advent of Code runner aiming to streamline a variety of repository layouts and tasks.11 versions - Latest release: 10 months ago - 12.1 thousand downloads total - 0 stars on GitHub - 1 maintainer
adventurous_macros 0.3.0
A companion crate for solving Advent of Code puzzles.1 version - Latest release: almost 2 years ago - 1.68 thousand downloads total - 2 stars on GitHub - 1 maintainer
aoc-rs-1npo 0.5.1
My attempt at using Rust to solve Advent of Code puzzles7 versions - Latest release: 10 months ago - 5.46 thousand downloads total - 1 maintainer
advent-of-code-client 0.1.1
CLI and crate library to interact with Advent of Code2 versions - Latest release: almost 2 years ago - 2.79 thousand downloads total - 2 stars on GitHub - 1 maintainer
aocsuite-lang-rust 0.2.0 removed
Runner for aocsuite rust language implementation1 version - Latest release: 3 months ago - 0 downloads total - 1 maintainer
Related Keywords
aoc
19
rust
17
advent
5
cli
3
webassembly
3
pyo3
3
fuzzing
3
advent-of-code-2023
2
code
2
aoc2019
2
intcode
2
programming-puzzles
2
adventofcode
2
parse
2
api
2
no-deps
1
http
1
puzzles
1
snafu
1
advent-of-code-2022
1
snafu-numbers
1
ascii
1
html-to-markdown
1
interpreter
1
validation
1
framework
1
challenge
1
problem
1
advent_of_code
1
rust-library
1
helper
1
csharp
1
fsharp
1
python
1
tool
1
aocsuite
1
interview
1
interview-practice
1
interview-preparation
1
interview-questions
1
leetcode
1
leetcode-rust
1
leetcode-solutions
1
macros
1
solutions
1
trie
1
tutorial
1
bool
1
then
1
parser
1
hackerrank-solutions
1
hackerrank
1
graph
1
algorithm
1
crate
1
simple
1
parsing
1
2023
1
hacktoberfest
1