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

@@ -1,7 +1,5 @@
extern crate chrono;
#[macro_use]
extern crate intrusive_collections;
#[macro_use]
extern crate itertools;
extern crate regex;