Merge branch 'master' of https://github.com/jgallagher/rusqlite into stmt-cache

This commit is contained in:
Gwenael Treguier
2015-12-15 21:03:31 +01:00
9 changed files with 1071 additions and 579 deletions

View File

@@ -15,6 +15,7 @@ name = "rusqlite"
[features]
load_extension = ["libsqlite3-sys/load_extension"]
backup = []
blob = []
cache = ["lru-cache"]
functions = []
trace = []