mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 22:08:55 +08:00 
			
		
		
		
	Use a real LruCache instead of a VecDeque.
This commit is contained in:
		| @@ -55,6 +55,7 @@ | ||||
|  | ||||
| extern crate libc; | ||||
| extern crate libsqlite3_sys as ffi; | ||||
| extern crate lru_cache; | ||||
| #[macro_use] | ||||
| extern crate bitflags; | ||||
| #[cfg(test)] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user