Skip to content

Commit 9aa98eb

Browse files
committed
Update description
1 parent 4087a32 commit 9aa98eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Advent of Code [![checks-badge]][checks-link] [![docs-badge]][docs-link]
22

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.
45

56
## Features
67

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.
910
* Consistently formatted with `rustfmt` and linted by `clippy`.
1011
* Thoroughly commented with `rustdoc` generated [documentation online][docs-link].
1112
* 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.
1313

1414
## Quickstart
1515

0 commit comments

Comments
 (0)