Replace linkedlist with VecDeq.

Slightly slower but a lot cleaner.
This commit is contained in:
2018-12-09 13:27:05 +01:00
parent 9b287a0098
commit c17be69910
3 changed files with 13 additions and 38 deletions

View File

@@ -9,4 +9,3 @@ clap = "2.32"
regex = "1.1.0"
chrono = "0.4.6"
itertools = "0.7.11"
intrusive-collections = "0.7.8"