Use a real LruCache instead of a VecDeque.

This commit is contained in:
John Gallagher
2016-05-17 12:26:17 -05:00
parent 20b93bdb96
commit d923d8c670
3 changed files with 15 additions and 22 deletions

View File

@@ -55,6 +55,7 @@
extern crate libc;
extern crate libsqlite3_sys as ffi;
extern crate lru_cache;
#[macro_use]
extern crate bitflags;
#[cfg(test)]