File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Advent of Code [ ![ checks-badge]] [ checks-link ] [ ![ docs-badge]] [ docs-link ]
2
2
3
- Complete 2023 to 2015 entries for the annual [ Advent of Code] challenge, written in performant Rust.
3
+ Complete 2023 to 2015 entries written in Rust for the annual [ Advent of Code] challenge,
4
+ solving 450 stars in less than 1 second.
4
5
5
6
## Features
6
7
7
- * Each solution is blazing fast, using the most efficient algorithms to the best of my knowledge.
8
- * Clean, elegant and idiomatic code .
8
+ * Each solution uses the most efficient algorithms to the best of my knowledge.
9
+ * Self contained depending only on the ` std ` Rust library. No use of ` unsafe ` features .
9
10
* Consistently formatted with ` rustfmt ` and linted by ` clippy ` .
10
11
* Thoroughly commented with ` rustdoc ` generated [ documentation online] [ docs-link ] .
11
12
* Test coverage with continuous integration provided by [ GitHub Actions] [ checks-link ] .
12
- * Self contained depending only on the ` std ` Rust library. No use of ` unsafe ` features.
13
13
14
14
## Quickstart
15
15
You can’t perform that action at this time.
0 commit comments